We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8690931 commit c25af8eCopy full SHA for c25af8e
pyoverkiz/enums/state.py
@@ -49,6 +49,7 @@ class OverkizState(StrEnum):
49
CORE_AVAILABILITY = "core:AvailabilityState"
50
CORE_BATTERY = "core:BatteryState"
51
CORE_BATTERY_LEVEL = "core:BatteryLevelState"
52
+ CORE_BATTERY_DISCRETE_LEVEL = "core:BatteryDiscreteLevelState"
53
CORE_BLUE_COLOR_INTENSITY = "core:BlueColorIntensityState"
54
CORE_BOOST_ELECTRIC_POWER_CONSUMPTION = "core:BoostElectricPowerConsumptionState"
55
CORE_BOOST_END_DATE = "core:BoostEndDateState"
0 commit comments