Releases: dgreif/ring
Releases · dgreif/ring
v4.1.0
v4.0.7
v4.0.6
v4.0.5
v4.0.4
v4.0.3
v4.0.2
v4.0.1
v4.0.0
Bug Fixes
Features
- rename npm modules to match functionality (8e7c387)
BREAKING CHANGES
homebridge-ring-alarm
renamed tohomebridge-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 toring-client-api
. The exported class is nowRingApi
instead ofRingAlarmApi
. Proper usage now looks likeimport { RingApi } from "ring-client-api"
.