Skip to content

Commit c25af8e

Browse files
authored
Add CORE_BATTERY_DISCRETE_LEVEL to OverkizState enum (#1581)
1 parent 8690931 commit c25af8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyoverkiz/enums/state.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class OverkizState(StrEnum):
4949
CORE_AVAILABILITY = "core:AvailabilityState"
5050
CORE_BATTERY = "core:BatteryState"
5151
CORE_BATTERY_LEVEL = "core:BatteryLevelState"
52+
CORE_BATTERY_DISCRETE_LEVEL = "core:BatteryDiscreteLevelState"
5253
CORE_BLUE_COLOR_INTENSITY = "core:BlueColorIntensityState"
5354
CORE_BOOST_ELECTRIC_POWER_CONSUMPTION = "core:BoostElectricPowerConsumptionState"
5455
CORE_BOOST_END_DATE = "core:BoostEndDateState"

0 commit comments

Comments
 (0)