Skip to content

Releases: dgreif/ring

v4.1.0

31 Jul 23:28
Compare
Choose a tag to compare

Features

  • homebridge: hideCameraSirenSwitch option (12fddbf), closes #66

v4.0.7

31 Jul 23:28
Compare
Choose a tag to compare

Bug Fixes

  • homebridge: handle charging battery status for base station (d22ccac), closes #65

v4.0.6

31 Jul 23:28
Compare
Choose a tag to compare

Bug Fixes

  • homebridge: correct charging and battery level for base station (e7beb8b), closes #65

v4.0.5

31 Jul 23:28
Compare
Choose a tag to compare

Bug Fixes

  • better snapshot waiting logic (9e97fec), closes #64

v4.0.4

31 Jul 23:28
Compare
Choose a tag to compare

Bug Fixes

  • avoid creating new sessions unless necessary (7b76147)

v4.0.3

31 Jul 23:28
Compare
Choose a tag to compare

Bug Fixes

  • homebridge: assume slow snapshots for all battery camera models (9f4b9d1)

v4.0.2

31 Jul 23:28
Compare
Choose a tag to compare

Bug Fixes

  • expect slow snapshots for Door View Cam (2bed6aa), closes #56

v4.0.1

31 Jul 23:28
Compare
Choose a tag to compare

Bug Fixes

  • update dependencies to remove lodash vulnerability (fb88070)

v4.0.0

31 Jul 23:28
Compare
Choose a tag to compare

Bug Fixes

  • match ring app 2fa headers (237e651)
  • match ring app polling delay for dings (b567be7)

Features

  • rename npm modules to match functionality (8e7c387)

BREAKING CHANGES

  • homebridge-ring-alarm renamed to homebridge-ring. The config for homebridge should now be "platform": "Ring" instead of "platform": "RingAlarm". This config change will happen automatically the first time you start homebridge with the new version, but it will cause homebridge to error out after the config is changed. You will see a log that the config has changed and you can restart homebridge.
  • @dgreif/ring-alarm renamed to ring-client-api. The exported class is now RingApi instead of RingAlarmApi. Proper usage now looks like import { RingApi } from "ring-client-api".

v3.9.0

31 Jul 23:28
Compare
Choose a tag to compare

Features