Skip to content

v0.3.0

Compare
Choose a tag to compare
@yuppity yuppity released this 10 Feb 20:53
· 3 commits to master since this release

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 of UnifiVideoRecording.snapshot() is now width=0.
    The change matches the behaviour of UnifiVideoCamera.snapshot() in that
    unless explicitly given, the width is determined by the UniFi Video server. (PR #29)