From: jimtng <2554958+jimtng@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:58:06 +0000 (+1000) Subject: [ipp] Fix minor typos in README (#16430) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=03af8c2af9f79b60d0edaa06f807e0f79f407797;p=openhab-addons.git [ipp] Fix minor typos in README (#16430) * [ipp] Fix minor typos in README Signed-off-by: Jimmy Tanagra --- diff --git a/bundles/org.openhab.binding.ipp/README.md b/bundles/org.openhab.binding.ipp/README.md index 5b0ff8ed4d..0b07a15c17 100644 --- a/bundles/org.openhab.binding.ipp/README.md +++ b/bundles/org.openhab.binding.ipp/README.md @@ -7,7 +7,8 @@ The main purpose is to check if there are waiting print jobs on a printer, which The binding has been tested against a CUPS Server (which implements the Internet Printing Protocol). So all printers in a CUPS envorinment should work fine. Many network printers also use IPP, -but there are many differencies on which parts of IPP are supported, is is not guaranteed, that every printer will work. +but there are many differences on which parts of IPP are supported. +It is not guaranteed that every printer will work. ## Discovery @@ -19,10 +20,10 @@ usable by the binding. ## Channels | Channel Type ID | Item Type | Description | -|-----------------|-----------|-----------------------------------------------| +| --------------- | --------- | --------------------------------------------- | | jobs | Number | Total number of print jobs on the printer | | waitingJobs | Number | Number of waiting print jobs on the printer | | doneJobs | Number | Number of completed print jobs on the printer | -