]> git.basschouten.com Git - openhab-addons.git/commitdiff
Add A/V standby power status (#16438)
authormlobstein <michael.lobstein@gmail.com>
Thu, 22 Feb 2024 08:28:50 +0000 (02:28 -0600)
committerGitHub <noreply@github.com>
Thu, 22 Feb 2024 08:28:50 +0000 (09:28 +0100)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
bundles/org.openhab.binding.epsonprojector/src/main/java/org/openhab/binding/epsonprojector/internal/enums/PowerStatus.java

index 2986f71f991a6e11926ae6e65c7b88fe1c901cdc..dede8d2dfed54318715f08c9d8b2b07c5ef013f0 100644 (file)
@@ -33,6 +33,7 @@ public enum PowerStatus {
     STANDBYNETWORKON(0x04),
     ABNORMALSTANDBY(0x05),
     WIRELESSHDSTANDBY(0x07),
+    AVSTANDBY(0x09),
     UNKNOWN(0xFF);
 
     private final int value;