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:
mlobstein 2024-02-22 02:28:50 -06:00 committed by Ciprian Pascu
parent 90ffee03c6
commit 07b0b5842f

View File

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