arraylabs / pymyq

Python wrapper for MyQ API
MIT License
112 stars 42 forks source link

`state_update` is documented in the README to be a `datetime` but it's usually `None` #178

Open glyph opened 1 year ago

glyph commented 1 year ago

I am not sure what the intent of the code is, but on the cover device I can see on my account, state_update is always None and last_state_update is the datetime. Should the code be modified or the README updated?