eufy-security-ws
eufy-security-ws copied to clipboard
[Feature request]: Support snooze
Describe the solution you'd like
In the app you can snooze a camera for some time. The camera keeps recording but doesn't send notifications during that time. This is useful to reduce notifications but keep recording events.
I would like to be able to see the current snooze duration as well as set the snooze duration using the API.
Dependent on https://github.com/bropat/eufy-security-client/issues/176 being done first
Hi @bropat, the snooze function works well, however, I noticed that there doesn't seem to be a way to get the snooze start time. When I call get_properties the properties related to snooze I get are
properties: {
...,
snooze: true,
snoozeTime: 3600
}
Without the start time, the client can not figure out when the snooze should end. Could you also return the snooze start time?
@amosyuen
In the next version, snoozeStartTime
will also be available.
Great, thank you!