Skip to content

Releases: natekspencer/pylitterbot

2021.2.5

17 Feb 20:27
Compare
Choose a tag to compare

Adjust UnitStatus text

2021.2.4

14 Feb 05:17
Compare
Choose a tag to compare

Handle ConnectTimeout exception

2021.2.3

11 Feb 16:56
Compare
Choose a tag to compare

Fix default cycle count/capacity

2021.2.2

02 Feb 05:23
Compare
Choose a tag to compare

Allow Robot to be initialized via various parameter combinations
Switch to dict.get accessors when saving Robot data

2021.2.1

01 Feb 19:13
Compare
Choose a tag to compare

Fixed issue with PATCH requests that broke renaming of robot and resetting the waste drawer gauge

2021.1.1

31 Jan 23:57
Compare
Choose a tag to compare

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

23 Dec 19:16
Compare
Choose a tag to compare

Removed hardcoded value for cycle capacity when resetting the drawer gauge.

Remove Robot.WaitTime Enum

16 Dec 18:38
Compare
Choose a tag to compare

Remove the Robot.WaitTime Enum and utilize simple int with int/hex conversion.

Initial Release

14 Dec 17:22
Compare
Choose a tag to compare

Initial release of the pylitterbot package.