Reolink-aio

Latest version: v0.8.10

Safety actively analyzes 629959 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 10

0.8.10

Additions:
- [Recognize Reolink Home Hub](https://github.com/starkillerOG/reolink_aio/commit/4d7236d5ef543b2cc13cdec40f5c459804fced82)
- [Add battery commands](https://github.com/starkillerOG/reolink_aio/commit/7a033a704a0ac410b5876cf7fd9019980718be1d)
- [Add PIR support](https://github.com/starkillerOG/reolink_aio/commit/dd51d5efa4799b4fffea634edc4c6dca31b2d356)

Bug fixes:
- [Do not support md_sensitivity if PIR supported](https://github.com/starkillerOG/reolink_aio/commit/c76fbc850f124d1654a55be91f31eb044c6e1afc)
- [Recognize "password wrong" error](https://github.com/starkillerOG/reolink_aio/commit/839e7a2dcd1f38fc6f698059ab6d03923110a4a2)
- [Improve credential error identification](https://github.com/starkillerOG/reolink_aio/commit/ce804ed19c9fa619c48b23f793191affc6e20cc2)
- [Support SirenPlay when supportAudioAlarm>0](https://github.com/starkillerOG/reolink_aio/commit/39b12321b321df4ed70a604536978bd8b9e797e9)
- [Support siren on event when supportAudioAlarm>0](https://github.com/starkillerOG/reolink_aio/commit/280ab11a0cd965cd25e25a27bf8d898c2a63711d)

Optimizations:
- [Redact UID in logs](https://github.com/starkillerOG/reolink_aio/commit/002870b691c26a67ae252bd106124a628801b42a)
- [Improve firmware update error message](https://github.com/starkillerOG/reolink_aio/commit/57631801abaa805bd5a647af893bcc7c7c27d1ec)

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.8.9...0.8.10

0.8.9

Additions:
- [Add play_quick_reply](https://github.com/starkillerOG/reolink_aio/commit/b349547a78e3412d3b9ca8b597a912536508b1f8)
- [Add Patrol support](https://github.com/starkillerOG/reolink_aio/commit/1cf28a1f9a696e93b09dbc8c07d2af54ec5a38d9)
- [Support Package detection](https://github.com/starkillerOG/reolink_aio/commit/f139bbdd29e1405049d214c12ca2eb74c854fd69)
- [Add doorbell status led option "Always on"](https://github.com/starkillerOG/reolink_aio/commit/e85f95d9511002c3220cb48729c032a054e74d1f)

Optimizations:
- [Lower MAX_CHUNK_ITEMS from 40 to 35](https://github.com/starkillerOG/reolink_aio/commit/ed14efdb9e07e150af57e9c96841063abc4efde4)

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.8.8...0.8.9

0.8.8

Additions:
- [Add hdd_storage](https://github.com/starkillerOG/reolink_aio/commit/cdd41d0b8d8c3097f7a83f12ff3e78b803273d4d)
- [Add hdd_list, hdd_type, hdd_available](https://github.com/starkillerOG/reolink_aio/commit/91df82da87b2fdf244398ff13d0552bddf572fd4)

Bug fixes:
- [Retry when N requests do not match N responses](https://github.com/starkillerOG/reolink_aio/commit/6e28884538863ca108aef0c4d603730625f8a0fd)
- [When N_responses != N_requests, retry by sending seperately](https://github.com/starkillerOG/reolink_aio/commit/7cf7379af14c459c151acee07f25d38483f96f50)
- [Separate command retries get 2 attempts](https://github.com/starkillerOG/reolink_aio/commit/858f4e8ff40982863fdf300f1b10d03b77fba3d4)
- [Fix send_reolink_com 403 forbidden - firmware update check](https://github.com/starkillerOG/reolink_aio/commit/c57d996170daf4471cc7e2d5487263f13f42d715)
- [Check for invalid NVT-IPC cameras](https://github.com/starkillerOG/reolink_aio/pull/59)
- [Catch aiohttp.ClientPayloadError](https://github.com/starkillerOG/reolink_aio/commit/5e57640e8d66f0377b36a56d4fda7d9d5a6830e5)

Optimizations:
- [Better hide password and token in logs](https://github.com/starkillerOG/reolink_aio/commit/636978bbeb17f7c3d2a4c5ecf400280501ed592e)
- [Raise original exception on login failure and check for HTTP code 300](https://github.com/starkillerOG/reolink_aio/commit/63883a81f349d5b849735ef83a2c504ef0dcc94e)
- [Do not add Digital Zoom if range is unavailable](https://github.com/starkillerOG/reolink_aio/commit/9e2391c9604bb44b83e277457624da0dd22e3edf)
- [Ensure api_version does not give errors if "abilityChn" missing](https://github.com/starkillerOG/reolink_aio/commit/627f630b7be73504d4abb2da429406b8cf81ec10)

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.8.7...0.8.8

0.8.7

Bug fixes:
- [Fix '/' not encoded in password](https://github.com/starkillerOG/reolink_aio/commit/426727e8f03578f8a25306d7767f0d929fdd5543)

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.8.6...0.8.7

0.8.6

Bug fixes:
- [Use unencoded password in RTSP check](https://github.com/starkillerOG/reolink_aio/commit/63e321842665c76e2559810807986488657915b2)
- [Fix request_vod_files accros years (Dec-Jan)](https://github.com/starkillerOG/reolink_aio/commit/7ea3f52ca7c4ed43e525a11667d2f61f438463d5)

Optimizations:
- [Improve RTSP url error log](https://github.com/starkillerOG/reolink_aio/commit/9179f0f3da8c095ef2b5ae57b784000f794d2045)
- [Add Parameter checks to request_vod_files](https://github.com/starkillerOG/reolink_aio/commit/94aad6963dfd65f1331e0851df8d2b2a076fe1ec)

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.8.5...0.8.6

0.8.5

Additions:
- [Add RTMP, FLV and PLAYBACK get_vod_source options](https://github.com/starkillerOG/reolink_aio/commit/bb67959bdae7e6e01a6e2e79bfec36f109040794)

Bug fixes:
- [Check RTSP urls with DESCRIBE request](https://github.com/starkillerOG/reolink_aio/commit/9f32a606356948480677675c1021cc2fd7cf1e81)

Notes:
- get_vod_source will now return the FLV url by default instead of the RTMP url for seperate cams, NVRs were always returning the FLV url.

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.8.4...0.8.5

Page 1 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.