v10.0.0-beta.4
Pre-release
Pre-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
PushNotificationtype, and theActiveDingtype has been removed - api: The
cameraDingsPollingSecondsoption has been removed. Ding events will now be received via push notifications (no setup required) - api: The
treatKnockAsDingoption has been removed. Knocks should now register as "dings" automatically, though I have not been able to test this functionality