cr3ative / homebridge-apcaccess

what if apcaccess, but in homebridge??
MIT License
8 stars 4 forks source link

HomeBridge V2 breaking changes #24

Open davidjbradshaw opened 2 days ago

davidjbradshaw commented 2 days 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.

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

cr3ative commented 2 days ago

huooooh. Thank you for the heads up, I'll keep one eye on this!