You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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