Skip to content

Commit

Permalink
fix: missing status
Browse files Browse the repository at this point in the history
  • Loading branch information
petrleocompel committed Feb 14, 2023
1 parent 4c5b5a4 commit 3ab31fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/hikvision_axpro/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def to_dict(self) -> dict:
class Status(Enum):
ONLINE = "online"
TRIGGER = "trigger"
OFFLINE = "offline"


class ZoneAttrib(Enum):
Expand Down

0 comments on commit 3ab31fd

Please sign in to comment.