Reolink-aio

Latest version: v0.9.2

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

Scan your dependencies

Page 9 of 11

0.5.0

**New functions added**:
- [Add host capabilities](https://github.com/starkillerOG/reolink_aio/commit/b9db72b473c96a9e027dd1a61ceff26915b7a4ed)
- [Add volume control](https://github.com/starkillerOG/reolink_aio/commit/f9d08f213011ee8eea224ebe9af63834d74011a5)
- [Add Buzzer support](https://github.com/starkillerOG/reolink_aio/commit/b0bb8576b1a23b6cb7def1c349da66a71db9af82)
- [Add ptz_callibrate](https://github.com/starkillerOG/reolink_aio/commit/8e3c874b841e1921e63849bd5e813d573a648d09)
- [Add PtzEnum](https://github.com/starkillerOG/reolink_aio/commit/769ef549a2630aebe82de9f7e2c9cc92fb26a0be)
- [Add auto tracking support](https://github.com/starkillerOG/reolink_aio/commit/ac67dc0aadd56b1592efec8432a3da1886a31596)
- [Add ptz guard support](https://github.com/starkillerOG/reolink_aio/commit/4d76cb1017e8a87447b603082982852c3278297e)
- [Add ai_sensitivity](https://github.com/starkillerOG/reolink_aio/commit/ce5ea295a35fe3709668d4bce2ca7efeca46aa1c)
- [Add global ftp, email, push, recording status](https://github.com/starkillerOG/reolink_aio/commit/b353e1bf6c1fd7a91a90f5cf30e163dec31159ef)
- [Add supported ptz_guard and ptz_callibrate](https://github.com/starkillerOG/reolink_aio/commit/d87d6b09e61a93f67366edb19b44cfb20e915d59)

**Improved function implementation**:
- [Improve md_sensitivity](https://github.com/starkillerOG/reolink_aio/commit/3947fca8ddf90628f2aec3fb6b4773584a4437bd)
- [Improve set_siren](https://github.com/starkillerOG/reolink_aio/commit/cc880de6082c12f4254e4523fea4cd8ada01e302)
- [Improve ptz presets](https://github.com/starkillerOG/reolink_aio/commit/795910cb474fc2af26750624a9a3fe7b73f51cc1)
- [Improve auto_focus support](https://github.com/starkillerOG/reolink_aio/commit/7da2ee3b66e21529c411e55d2488d874294b3358)
- [Improve and rename power_led to status_led](https://github.com/starkillerOG/reolink_aio/commit/f107ad2a78a27e1977178fd9a87cc6393d92a3f6)
- [Improve Set Push, FTP, Email, Recording](https://github.com/starkillerOG/reolink_aio/commit/bc19dbfcc3f4bde5f2a12f094c560df8dc66fa4b)
- [Improve email, recording, ftp and push enabled](https://github.com/starkillerOG/reolink_aio/commit/e3d73ef139a98500f48b0619dd9c0ca954b1067e)

**Bug fixes**:
- [Switch from ASCII to UTF-8 decoding](https://github.com/starkillerOG/reolink_aio/commit/31eeadd53491c034100db0fcd56462725a69e7f4)
- [Add "mainEncType" fallback for rtsp main stream](https://github.com/starkillerOG/reolink_aio/commit/9a705d8f82cb56f91bfde0ee5e57d150be685408)
- [Do not lock aiohttp read and text](https://github.com/starkillerOG/reolink_aio/commit/159d79de518182bd02859dbfe84204a6c286b9a9)
- [fix audio_alarm](https://github.com/starkillerOG/reolink_aio/commit/030c543111ed9658a32e5377e2bf9fc5dec75408)
- [fix API error processing](https://github.com/starkillerOG/reolink_aio/commit/88539e8ec3cc75a0cb0a411d82815e24f86d6a8e)
- [guard against non-integer parameters](https://github.com/starkillerOG/reolink_aio/commit/ee1b81cfca63bf14e759ca554ba55f611b32fe25)
- [Check if PTZ speed is supported](https://github.com/starkillerOG/reolink_aio/commit/512674cd9781764210612497591710b1728bbb08)
- [Move GetPtzPreset to get_host_data](https://github.com/starkillerOG/reolink_aio/commit/ee0f74916d5ace065fd0e181d93bce4f193589b6)
- [Only request GetPowerLed if supported](https://github.com/starkillerOG/reolink_aio/commit/cc328b8eca25defc3fe13000eec8f8ec1dedc9b8)
- Various code cleanups

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.4.2...0.5.0

0.4.2

- [Fix "ledControl" KeyError](https://github.com/starkillerOG/reolink_aio/commit/f38fedae202ad543b1de71d7dda935cdd8f00cd0)
- [Add expected_response_type "text/html" and use it for logout](https://github.com/starkillerOG/reolink_aio/commit/ca804497d3e8d610e35c552ad899344ae095f620)
- [Catch logout errors](https://github.com/starkillerOG/reolink_aio/commit/ff8b4068310b4a5ea20dfdbb1d3981c89e92e139)
- [InvalidContentTypeError: add send commands](https://github.com/starkillerOG/reolink_aio/commit/8093080aede5bab062feb809b21a4fb41992e77d)
- [Only request ir_lights if supported](https://github.com/starkillerOG/reolink_aio/commit/99178dfca5b3dea0063ec55845e79856ce29df5b)
- [Wait before getting state for Zoom, Focus, WhiteLed](https://github.com/starkillerOG/reolink_aio/commit/c18da4643140be029e269025c2d6b7ea35bbc382)
- [Do not use capital letters in enums](https://github.com/starkillerOG/reolink_aio/commit/97f5f1b14462a73308943be27e00260c986b1f4f)
- [Improve audio_record get/set](https://github.com/starkillerOG/reolink_aio/commit/ce813225758a4f988f76b4fe43cc15ee6b6471b8)
- Improve api_version handeling

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.4.1...0.4.2

0.4.1

- [Also lock aiohttp response.text/read](https://github.com/starkillerOG/reolink_aio/commit/614c7df012a7adc194fa2d8046a1a740ce9ea3ce)
- [Force ascii encoding](https://github.com/starkillerOG/reolink_aio/commit/105ab86976038b1a329ac10578ffa35416d1c25a)
- [Increes retry attempts from 2 to 3](https://github.com/starkillerOG/reolink_aio/commit/e1becaea5f9e6e9e18cf1d016e4dab59b6130b89)
- [Improve check_new_firmware](https://github.com/starkillerOG/reolink_aio/commit/d388041f873acda76ec2c833a4ffcd94a5270080)
- [Improve floodlight support](https://github.com/starkillerOG/reolink_aio/commit/645348d260dd0f8ad9067a2091f6920ae4ba0610)
- [SpotlightModeEnum and DayNightEnum](https://github.com/starkillerOG/reolink_aio/commit/41209adb2b1f95ae19f9c21d2c266df35ba2ccb5)
- [GetIsp capabilities](https://github.com/starkillerOG/reolink_aio/commit/7e2561bd76cb0ce84d8adbcc1e912e81aac68b69)
- [Improve ir_light](https://github.com/starkillerOG/reolink_aio/commit/3b63f4803bbdfeb3749c96c8d3b074e2a2f03d5a)
- [Only add IR_capability if supported](https://github.com/starkillerOG/reolink_aio/commit/531561fc9981e920807560c98f825ac7a2a989fe)
- [fix zoom focus range](https://github.com/starkillerOG/reolink_aio/commit/b3396802afcf3cbca0eeb188ca0773720029269a)

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.4.0...0.4.1

0.4.0

breaking changes:
- expire_session changed from sync to async (needs await)
- ONVIF_event_callback returns list of channels instead of single channel

Changes:
- [close connection on expire_session](https://github.com/starkillerOG/reolink_aio/commit/936d71dbe303165984d1dfc10d2dee1fc00e54ba)
- [always use GetMdState instead of GetAlarm](https://github.com/starkillerOG/reolink_aio/commit/c7e53fd44cbad7c20911499a11b9f9da6ede381b)
- remove motion_detection_state update from GetAlarm
- [only request GetAiState if it is supported](https://github.com/starkillerOG/reolink_aio/commit/0dd7612155f89ac97957175e6a8e5299efedb3fe)
- [ONVIF callback return ch list and do not poll if AI not supported](https://github.com/starkillerOG/reolink_aio/commit/d6e2ff5a58f85e6cb2b2f7350a3bd55cf811148c)
- [reorganise supported capabalities](https://github.com/starkillerOG/reolink_aio/commit/f6a032af18451bc01836c8dc2775649ac9b34f50)
- [Improve api_version and supported methods](https://github.com/starkillerOG/reolink_aio/commit/df9f5f592a9e38d23c66715fb3fc9914e51a9fc8)
- [Use specific queries instead of get_host_data](https://github.com/starkillerOG/reolink_aio/commit/13c30f3d95a5542a241c48beb775f4c22f611ccb)
- [move GetOsd from get_states to get_host_data](https://github.com/starkillerOG/reolink_aio/commit/b7f0ec8945bef4f110819a153c659adfd95126ef)

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.3.4...0.4.0

0.3.4

- rtsp URL first GetEnc then GetRtspUrl
- Fix zoom and focus boundry

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.3.3...0.3.4

0.3.3

- Dynamic zoom/focus range
- RTSP stream, fall back to h264 encoding when GetEnc fails

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.3.2...0.3.3

Page 9 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.