v0.3.0
Added
- Support for locking and unlocking recordings (issue #25)
- Exposed camera UUIDs (
UnifiVideoCamera.uuid
) (see PR #29 discussion) - Exposed camera host addresses (
UnifiVideoCamera.host
) (issue #27)
Changed
- The
width=600
parameter ofUnifiVideoRecording.snapshot()
is nowwidth=0
.
The change matches the behaviour ofUnifiVideoCamera.snapshot()
in that
unless explicitly given, the width is determined by the UniFi Video server. (PR #29)