Skip to content

v6.0.0

Choose a tag to compare

@dgreif dgreif released this 17 Jan 04:47
· 776 commits to main since this release

chore

  • homebridge: remove v3 conversion step to update homebridge plugin name (c6c6057)
  • update dependencies (3e9ce7e)

Features

  • ring-device-data-cli for discovering new device types and data structures (de3c23a)
  • api: updated history/event methods for locations and cameras (e415605)

BREAKING CHANGES

  • homebridge: Conversion step to change from homebridge-ring-alarm to homebridge-ring has been removed. If you are updating from v2, please first upgrade to version 5.13.1 before upgrading to version 6+
  • api: api.getHistory has been removed in favor of location.getCameraEvents
  • api: location.getEvents has been replaced with location.getCameraEvents
  • api: camera.getHistory has been replaced with camera.getEvents
  • api: camera.getRecording has been renamed to camera.getRecordingUrl and takes a second optional param { transcoded: true } instead of true. This allows for additional options if we decide to add any down the road
  • Node.js 10+ now required