mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
Add A/V standby power status (#16438)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com> Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
parent
90ffee03c6
commit
07b0b5842f
@ -33,6 +33,7 @@ public enum PowerStatus {
|
||||
STANDBYNETWORKON(0x04),
|
||||
ABNORMALSTANDBY(0x05),
|
||||
WIRELESSHDSTANDBY(0x07),
|
||||
AVSTANDBY(0x09),
|
||||
UNKNOWN(0xFF);
|
||||
|
||||
private final int value;
|
||||
|
Loading…
Reference in New Issue
Block a user