shauntarves/wyze-sdk

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

Closed this issue · 1 comments

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

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()