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

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"