Replies: 1 comment
-
I created #1172 to track this enhancement. I'm not sure I'll get to it any time soon, but I do think adding this endpoint to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using a video doorbell 4 in Japan.
I take a snapshot every 5 minutes.
I would like to download past snapshots and convert them to time lapse.
I know that the following exist as RestAPI.
GET https://api.ring.com/evm/v2/timeline/devices/{doorbotId}?start_time={from}&end_time={to}&order=desc
{from},{to} = ISO-8601 extended format (UTC
Z
) e.g.2023-02-06T00%3A00%3A00Z
.From the
supplemental_data/footages[]/url
of the response, get an mp4 file with a few frames of multiple snapshots.I would like ring-client-api to support this API.
response example
Beta Was this translation helpful? Give feedback.
All reactions