Skip to content
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

Add timeline #121

Closed
KTibow opened this issue Feb 21, 2020 · 1 comment
Closed

Add timeline #121

KTibow opened this issue Feb 21, 2020 · 1 comment
Labels
invalid Marks a PR or issue that is missing information

Comments

@KTibow
Copy link

KTibow commented Feb 21, 2020

Is your feature request related to a problem? Please describe.
When you open SimpliSafe's app or webpage, you can click to see a timeline with past events.

Describe the solution you'd like
I'd like a way to do something like get_events() and get past timeline activities.

Additional context

  • I'm not sure if there's a difference between events and the timeline, but I'm pretty sure they're different because events get cleared and the timeline doesn't.
  • Later on, it might be useful to download associated videos.
@bachya bachya added the invalid Marks a PR or issue that is missing information label Feb 21, 2020
@bachya
Copy link
Owner

bachya commented Feb 21, 2020

system.get_events() utilizes the same underlying API as SimpliSafe's Timeline view. You can retrieve past events by altering the from_timestamp parameter: https://simplisafe-python.readthedocs.io/en/latest/system.html#events

Downloading associated videos will likely be a part of what solves #85.

@bachya bachya closed this as completed Feb 21, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Nov 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
invalid Marks a PR or issue that is missing information
Projects
None yet
Development

No branches or pull requests

2 participants