Skip to content

Commit

Permalink
zwave_checker - battery threshold 50
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Aug 24, 2018
1 parent ddc9a42 commit 0fd3b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appdaemon/apps/zwave_checker.py
Expand Up @@ -13,7 +13,7 @@
from sane_app_logging import SaneLoggingApp

#: Threshold below which battery level will trigger an alert.
BATTERY_THRESHOLD = 99
BATTERY_THRESHOLD = 50

#: Time to run every day.
RUN_AT_TIME = time(4, 0, 0)
Expand Down

0 comments on commit 0fd3b4f

Please sign in to comment.