cflurin / homebridge-websocket

Homebridge Plugin
Apache License 2.0
40 stars 7 forks source link

Set Accessory Information during Add #12

Closed brannon-bowden closed 5 years ago

brannon-bowden commented 5 years ago

This adds support for setting the manufacturer, model, etc information during the add process. This information can either be passed in via the add request or will be set to defaults. (Code is based on homebridge-mqtt code). Hope to be able to update this information via a separate request object, but based on the original PR, this may be useless.

cflurin commented 5 years ago

Hi, Would you please update the README (have a look a the homebridge-mqtt).

brannon-bowden commented 5 years ago

Will do asap.