Skip to content

v1.0.18

Compare
Choose a tag to compare
@ebaauw ebaauw released this 17 Sep 19:31
· 10 commits to main since this release
142568b

Bug Fixes

  • Service definition wouldn't be loaded dynamically when setting serviceName through dynamic configuration not when restoring a cached accessory with serviceName set. This would cause the accessory not to be exposed, unless the service was already loaded because an existing / previously restored accessory uses it. In case of failure, a misleading warning message was issued: "warning: /lights/6: On/Off light: not yet supported lights type" (the message should list the serviceName service, rather than the device type). The warning was then followed by a "TypeError: Cannot read properties of undefined (reading 'length')". See Discord.