From: martinlindjarv Date: Sun, 18 Oct 2020 18:04:46 +0000 (+0300) Subject: [hpprinter] Fix for typo in printer status channel name (#8787) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=5fd82c5aa3995b9360f4dd3985da8ec91154d6b8;p=openhab-addons.git [hpprinter] Fix for typo in printer status channel name (#8787) Signed-off-by: martinlindjarv --- diff --git a/bundles/org.openhab.binding.hpprinter/README.md b/bundles/org.openhab.binding.hpprinter/README.md index 9acd34853b..ffbe60b69e 100644 --- a/bundles/org.openhab.binding.hpprinter/README.md +++ b/bundles/org.openhab.binding.hpprinter/README.md @@ -92,7 +92,7 @@ Thing hpprinter:printer:djprinter "Printer" @ "Office" [ ipAddress="192.168.1.1" ### Item File ``` -String PrinterStatus "Status" { channel="pprinter:printer:djprinter:status#status" } +String PrinterStatus "Status" { channel="hpprinter:printer:djprinter:status#status" } Number:Dimensionless PrinterBlackLevel "Black Level" { channel="hpprinter:printer:djprinter:ink#blackLevel" } Number:Dimensionless PrinterCyanLevel "Cyan Level" { channel="hpprinter:printer:djprinter:ink#cyanLevel" }