Releases: natekspencer/pylitterbot
Releases · natekspencer/pylitterbot
2021.2.5
Adjust UnitStatus text
2021.2.4
Handle ConnectTimeout exception
2021.2.3
Fix default cycle count/capacity
2021.2.2
Allow Robot to be initialized via various parameter combinations
Switch to dict.get accessors when saving Robot data
2021.2.1
Fixed issue with PATCH requests that broke renaming of robot and resetting the waste drawer gauge
2021.1.1
Upgrade to async libraries with Authlib and httpx
This release contains breaking changes since it now implements all api calls via async/await. Please update code accordingly.
Fix Cycle Capacity on Reset Drawer Gauge
Removed hardcoded value for cycle capacity when resetting the drawer gauge.
Remove Robot.WaitTime Enum
Remove the Robot.WaitTime Enum and utilize simple int with int/hex conversion.
Initial Release
Initial release of the pylitterbot package.