Breaking changes:
- aiohttp.ClientConnectorError is not raised anymore but ReolinkConnectionError is raised instead.
- check_new_firmware does now return
bool | NewSoftwareVersion | str
instead of onlybool | str
Additions:
- Add set_image command for bright, contrast, sat, hue, sharp
- Video download support
- Add ReolinkConnectionError and ReolinkTimeoutError exceptions
- Add firmware cheking from the reolink.com server
New Contributors
Full Changelog: 0.5.16...0.6.0