Open davidjbradshaw opened 2 months ago
Annoyingly HomeBridge V2 will change the paths for the ENUMs used in this plugin.
https://github.com/homebridge/homebridge/wiki/Updating-To-Homebridge-v2.0#for-plugin-developers
The BatteryService has also been renamed to Battery.
BatteryService
Battery
Once that is all updated, you can update package.json to indicate compatibility.
package.json
https://github.com/homebridge/homebridge/wiki/Updating-To-Homebridge-v2.0#homebridge-v2
huooooh. Thank you for the heads up, I'll keep one eye on this!
Annoyingly HomeBridge V2 will change the paths for the ENUMs used in this plugin.
https://github.com/homebridge/homebridge/wiki/Updating-To-Homebridge-v2.0#for-plugin-developers
The
BatteryService
has also been renamed toBattery
.Once that is all updated, you can update
package.json
to indicate compatibility.https://github.com/homebridge/homebridge/wiki/Updating-To-Homebridge-v2.0#homebridge-v2