You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improvement: across the board optimizations to adapt to the myQ server side shifting to a more pedantic approach to API access. Huge thanks to @jarz for the continued collaboration.
Fix: myQ has begun adapting their OAuth flow and tightening up some tidbits. We adapt. Hat tip to @drysart and @justinlindh for the legwork on this one.
Improvement: API resiliency has been substantively improved through incorporating automatic retries across myQ regions. This should improve robustness across the occasional cloud infrastructure challenges that the myQ API encounters.
New feature: Added a login() function. This is now a required first step prior to using the API for any other calls. The constructor no longer requires login credentials. See the README for details.