Skip to content

Commit b88a5fe

Browse files
committed
Change default interval to one minute
1 parent 93472e3 commit b88a5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blinkpy/helpers/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
'''
6262
TIMESTAMP_FORMAT = '%Y-%m-%dT%H:%M:%S%Z'
6363

64-
DEFAULT_MOTION_INTERVAL = 0
64+
DEFAULT_MOTION_INTERVAL = 1
6565
DEFAULT_REFRESH = 30
6666
MIN_THROTTLE_TIME = 2

0 commit comments

Comments
 (0)