Add missing status's to Nut (#109085)

This commit is contained in:
cbrherms 2024-01-30 12:23:33 +00:00 committed by GitHub
parent 694059837d
commit 6d09788673
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,6 +39,8 @@ STATE_TYPES = {
"BOOST": "Boosting Voltage",
"FSD": "Forced Shutdown",
"ALARM": "Alarm",
"HE": "ECO Mode",
"TEST": "Battery Testing",
}
COMMAND_BEEPER_DISABLE = "beeper.disable"