mirror of
https://github.com/danieldemus/openhab-addons
synced 2026-07-29 12:34:21 +02:00
Add A/V standby power status (#16438)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
This commit is contained in:
+1
@@ -33,6 +33,7 @@ public enum PowerStatus {
|
||||
STANDBYNETWORKON(0x04),
|
||||
ABNORMALSTANDBY(0x05),
|
||||
WIRELESSHDSTANDBY(0x07),
|
||||
AVSTANDBY(0x09),
|
||||
UNKNOWN(0xFF);
|
||||
|
||||
private final int value;
|
||||
|
||||
Reference in New Issue
Block a user