diff --git a/custom_components/jablotron100/const.py b/custom_components/jablotron100/const.py index f3c5ddf..e6a07c2 100644 --- a/custom_components/jablotron100/const.py +++ b/custom_components/jablotron100/const.py @@ -180,6 +180,7 @@ class SectionPrimaryState(Enum): DISARMED = 1 ARMED_PARTIALLY = 2 ARMED_FULL = 3 + MAINTENANCE = 4 SERVICE = 5 BLOCKED = 6 OFF = 7