Releases: arraylabs/pymyq
Releases · arraylabs/pymyq
V3.1.6
v3.1.5
Remove errand debug entry
- Remove errand debug entry
v3.1.3
- Fix traceback upon ServerDisconnectedError exception.
v3.1.2
- Add error no 104 (connection reset by peer) to refresh user agent
v3.1.1
- Allow login to check for authentication only without retrieving account and device information
- Also set user agent if error code 54 (connection reset by peer) occurred
- Do not set user agent unless error occurred on retrieval of page
v3.1.0
- Enforce Python 3.8 or higher for pypi
- New MyQAccount class that then contains all devices associated with that account (no more unknown device warnings)
- Unknown devices are now added as a device
- Fix issue in example.py if sending command to close cover fails
- Retrieving user agent from GutHub and setting is now done upon start and re-done when status 400 received (limited to once per hour).
v3.1.0b6
- Fixed a race condition when issuing commands to a device before previous command was completed.
*** Release Candidate ***
v3.1.0b5
- Retrieving user agent from GutHub and setting is now done upon start and re-done when status 400 received (limited to once per hour).
- .USER_AGENT is empty then no user-agent header will be set
- Unknown devices are now added as a device
- Other internal updates based on pre-commit messages
*** Release Candidate ***
v3.1.0b4
- Fix authentication issue by re-introducing User Agent logic