Releases: RobertD502/lavviebotaio
Releases · RobertD502/lavviebotaio
0.3.1
0.3.0
If you enjoy this library, consider donating by clicking on one the supported methods above.
Breaking Change
async_get_litter_boxes
has been renamed toasync_get_devices
to account for new devices supported
New Features
- Added support for LavvieScanners
- Added support for LavvieTags
- Added support for cat activity measurements (when cat has a LavvieTag)
Other Changes
- GraphQL queries have been rewritten - this library now makes
66% less
requests to Purrsong's servers while grabbing the same data as before - Added debug logging for aiohttp responses
0.2.2.1
If you enjoy this library, consider donating by clicking on one the supported methods above.
Breaking Change
Purrsong API Rate Limiting
- Purrsong's API has started to implement new rate limits. If your current session encounters a rate limit, a
LavviebotRateLimit
exception will be raised.
Other Changes
- Added logging to debug data returned by Purrsong API
- Responses with status codes
!=200
will now have the body of the response included in the exception instead of theClientResponse
object.