Skip to content

v10.0.0-beta.4

Pre-release
Pre-release

Choose a tag to compare

@dgreif dgreif released this 03 Apr 22:27
· 406 commits to main since this release

Bug Fixes

  • more closely match ring edge live streaming setup flow (4bb3189)
  • update uuid namespace to force new client sessions (bc3e943)
  • use camera health to determine battery and charging status (fac7033), closes #873

Features

  • api: convert ding handling to use notifications (5b62318)
  • api: update notification types (15d3e7e)
  • homebridge: faster snapshots from camera notifications (7fc821b)
  • receive dings from push notifications (c9f130f)

BREAKING CHANGES

  • api: All ding-related functionality will now use the PushNotification type, and the ActiveDing type has been removed
  • api: The cameraDingsPollingSeconds option has been removed. Ding events will now be received via push notifications (no setup required)
  • api: The treatKnockAsDing option has been removed. Knocks should now register as "dings" automatically, though I have not been able to test this functionality