Skip to content

Commit

Permalink
Merge pull request #52 from cmilanf/develop
Browse files Browse the repository at this point in the history
Updated STATE_ALARM to 3
  • Loading branch information
nabbi committed Dec 31, 2023
2 parents 68bc131 + d2455c9 commit a62d3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zoneminder/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
_LOGGER = logging.getLogger(__name__)

# From ZoneMinder's web/includes/config.php.in
STATE_ALARM = 2
STATE_ALARM = 3


class ControlType(Enum):
Expand Down

0 comments on commit a62d3c2

Please sign in to comment.