mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[hpprinter] Fix for typo in printer status channel name (#8787)
Signed-off-by: martinlindjarv <martin@lindjarv.pri.ee>
This commit is contained in:
parent
5cca30492b
commit
5fd82c5aa3
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user