Skip to content

Commit

Permalink
Maintenance mode support for sections
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed Mar 31, 2023
1 parent a051d19 commit 1f75d63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/jablotron100/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ class SectionPrimaryState(Enum):
DISARMED = 1
ARMED_PARTIALLY = 2
ARMED_FULL = 3
MAINTENANCE = 4
SERVICE = 5
BLOCKED = 6
OFF = 7
Expand Down

0 comments on commit 1f75d63

Please sign in to comment.