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>
This commit is contained in:
parent
18c86b4c58
commit
a332adbe80
@ -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