sajmonr / homebridge-hubspace

Homebridge plugin for controlling Hubspace accessories.
Apache License 2.0
9 stars 9 forks source link

Update cached accessories between plugin updates #9

Closed sajmonr closed 1 year ago

sajmonr commented 1 year ago

New data could be added to the device object between plugin versions. This should be updated after every update.

sajmonr commented 1 year ago

Add a global constant PACKAGE_VERSION with the current version. Update accessory context to include discoveredIn. On every discovery, if the device was cached in a version lower than the current version, update it with the new metadata.