Skip to content

Commit

Permalink
fix: missing undocumented AccessModuleType inputMainZone
Browse files Browse the repository at this point in the history
  • Loading branch information
petrleocompel committed Mar 12, 2023
1 parent 5469bd2 commit f82dec5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom_components/hikvision_axpro/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ class AccessModuleType(Enum):
LOCAL_RELAY = "localRelay"
LOCAL_SIREN = "localSiren"
KEYPAD = "keypad"
# Undocumented type
INPUT_MAIN_ZONE = "inputMainZone"



class DetectorType(Enum):
Expand Down

0 comments on commit f82dec5

Please sign in to comment.