Skip to content

Commit a332adb

Browse files
authored
Add A/V standby power status (openhab#16438)
Signed-off-by: Michael Lobstein <[email protected]>
1 parent 18c86b4 commit a332adb

File tree

1 file changed

+1
-0
lines changed
  • bundles/org.openhab.binding.epsonprojector/src/main/java/org/openhab/binding/epsonprojector/internal/enums

1 file changed

+1
-0
lines changed

bundles/org.openhab.binding.epsonprojector/src/main/java/org/openhab/binding/epsonprojector/internal/enums/PowerStatus.java

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public enum PowerStatus {
3333
STANDBYNETWORKON(0x04),
3434
ABNORMALSTANDBY(0x05),
3535
WIRELESSHDSTANDBY(0x07),
36+
AVSTANDBY(0x09),
3637
UNKNOWN(0xFF);
3738

3839
private final int value;

0 commit comments

Comments
 (0)