From 1f75d631643c4e9b5870af8d8baa39a6e02bbc73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Hansl=C3=ADk?= Date: Fri, 31 Mar 2023 11:52:54 +0200 Subject: [PATCH] Maintenance mode support for sections --- custom_components/jablotron100/const.py | 1 + 1 file changed, 1 insertion(+) 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