Snoozing an entire sync module appears possible per referenced issue, however, I was unable to get this to work
Snoozing a camera appears to be what I am calling a "one-way operation"; that is, a camera can be snoozed, but I have not found a way to "unsnooze" a camera
Snoozing appears locked to a value of 240 (4 hours). Sending any other value results in an error mentioned per referenced issue.
I am unfamiliar with writing tox test cases but I can work on implementing unless someone picks it up.
Checklist:
[ ] Local tests with tox run successfully PR cannot be merged unless tests pass
[x] Changes tested locally to ensure platform still works as intended
Description:
Addresses https://github.com/fronzbot/blinkpy/issues/955
Based on Issue here: https://github.com/MattTW/BlinkMonitorProtocol/issues/67
Limitations:
240
(4 hours). Sending any other value results in an error mentioned per referenced issue.I am unfamiliar with writing tox test cases but I can work on implementing unless someone picks it up.
Checklist:
tox
run successfully PR cannot be merged unless tests pass