]> git.basschouten.com Git - openhab-addons.git/commitdiff
[hpprinter] Fix for typo in printer status channel name (#8787)
authormartinlindjarv <martin@lindjarv.pri.ee>
Sun, 18 Oct 2020 18:04:46 +0000 (21:04 +0300)
committerWouter Born <github@maindrain.net>
Sun, 18 Oct 2020 18:06:58 +0000 (20:06 +0200)
Signed-off-by: martinlindjarv <martin@lindjarv.pri.ee>
bundles/org.openhab.binding.hpprinter/README.md

index 9acd34853b7e1e799b3b926f2b3baa2db80725cc..ffbe60b69e7f890c640ecd2dd07fb7618541bec3 100644 (file)
@@ -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" }