A few small bug fixes in __main__.py file (the application).
- When run from the CLI script installed by pip3 the async main function was called from sync context, a sync main function was added to fix this.
- An indentation error caused that cleanup did not work correctly in the application.
- Changes in the lib for how equalizer data was return was not changed accordingly in the application.
v.0.7.36
Functions to set the offline circuit current limit.
SignalR reconnect and authentication algorithm changed for better robustness.
Access token refresh bug fix.
pyeasee User-Agent added to headers.
Potentially blocking function in signalrcore lib wrapped in executor.