Add A/V standby power status (#16438)

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
This commit is contained in:
mlobstein 2024-02-22 02:28:50 -06:00 committed by GitHub
parent 18c86b4c58
commit a332adbe80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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