Skip to content

Commit

Permalink
Update missing enums (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
remcom authored Jan 11, 2025
1 parent 023674e commit 833835c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom_components/victron/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ class GenericChargerState(Enum):
INVERTING = 9
POWER_ASSIST = 10
POWER_SUPPLY = 11
SUSTAIN = 244
EXTERNAL_CONTROL = 252


Expand Down Expand Up @@ -709,6 +710,7 @@ class BatteryState(Enum):
STANDBY = 14
GOING_TO_RUN = 15
PRE_CHARGING = 16
CONTACTOR_CHECK = 17


class BatteryError(Enum):
Expand Down Expand Up @@ -1676,6 +1678,7 @@ class DigitalInputType(Enum):
SMOKE_ALARM = 6
FIRE_ALARM = 7
CO2_ALARM = 8
GENERATOR_ALARM = 9


digitalinput_registers = {
Expand Down

0 comments on commit 833835c

Please sign in to comment.