-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there an API to snooze the Cameras? #67
Comments
@hex-ronin Is this for a doorbell or a actual camera? For doorbell: Endpoint is
Post body {
"snooze_time": 240
}
For a camera
Same post body TBD on how to snooze an entire system. I'm not seeing that option in my app so I can't get the endpoint. |
Thank you @amattu2 ! I can confirm the API works for the camera. Also, I tried the following to snooze everything under the same sync module and it works.
Same post body I then tried values other than |
Looking for API to snooze the notifications but keep the recording. On the app, it is possible to snooze all cameras for four hours at a time. Thanks!
The text was updated successfully, but these errors were encountered: