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.
0.1.2
Removed hardcoded value for cycle capacity when resetting the drawer gauge.
0.1.1
Remove the Robot.WaitTime Enum and utilize simple int with int/hex conversion.