Skip to content

Tags: evanjd/python-logi-circle

Tags

v0.2.3

Toggle v0.2.3's commit message

v0.2.2

Toggle v0.2.2's commit message
Made download_rtsp method non-blocking by default

v0.2.0

Toggle v0.2.0's commit message
Updated README based on API changes

v0.1.7

Toggle v0.1.7's commit message
Update requests are now throttled to prevent unintentional hammering …

…of Logi API.

v0.1.6

Toggle v0.1.6's commit message
Added methods and properties for setting and monitoring the camera’s …

…battery saving mode.

v0.1.5

Toggle v0.1.5's commit message
Added @requires_ffmpeg decorator to prevent ffmpeg dependent function…

…s from being executed if ffmpeg is not installed.

Other improvements:
- subprocess calls no longer requires shell and now correctly handle paths with spaces.
- record_livestream now truncates the output file to precisely match the requested duration.
- Comment style clean-up.

v0.1.4

Toggle v0.1.4's commit message
Fixed missing `last_activity_time` sensor on 2nd gen wired cameras.

v0.1.3

Toggle v0.1.3's commit message
Renamed `model_name` to `model_type`, added model type based feature …

…detection to simplify HASS integration.

v0.1.2

Toggle v0.1.2's commit message
Bumped version to 0.1.2

v0.1.1

Toggle v0.1.1's commit message
Improved live stream support, added lots of new camera properties and…

… methods

* Live streams now download at real-time speeds (assuming no connection bottleneck)
* Live streams will append to an existing file by default (instead of overwriting)
* Lots of new camera properties and methods, see README.md for more detail.