shauntarves / wyze-sdk

A modern Python client for controlling Wyze devices.
The Unlicense
304 stars 49 forks source link

client.events.list()[x].to_dict() returns empty set #145

Closed gloriouslyawkwardlife closed 7 months ago

gloriouslyawkwardlife commented 1 year ago

events = client.events.list() event[0]._to_dict() returns {} (event[any number] returns {}

shauntarves commented 7 months ago

Is this still an issue for you? Keep in mind that wyze only stores/shows events from the past 14 days.

Also, you'll want to use event[xxxx].to_dict(), not _to_dict()