Skip to content

Commit

Permalink
fix: missing zone type #73
Browse files Browse the repository at this point in the history
  • Loading branch information
petrleocompel committed Oct 21, 2023
1 parent 82825c1 commit 4792357
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/hikvision_axpro/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ class ZoneType(Enum):
NON_ALARM = "Non-Alarm"
""" 24 - hour silent zone """
NO_SOUND_24 = "24hNoSound"
""" 24 - hour silent zone """
H24 = "24h"
""" perimeter zone """
PERIMETER = "Perimeter"
""" timeout zone """
Expand Down

0 comments on commit 4792357

Please sign in to comment.