lynxcs / homebridge-ct200

Homebridge plugin for Bosch Easycontrol CT200
MIT License
21 stars 2 forks source link

Support of device change setup #6

Closed markunca closed 3 years ago

markunca commented 3 years ago

Added support of zone change by new input "zone" for accessory. Readme updated

Unfortunately, not possible to run accessory multiple time due to connectivity conflict.

lynxcs commented 3 years ago

Everything seems fine with this commit, except for one problem.

Instead of calling .toString() on every endpoint, instead you could call it when assigning the zone from config (e.g zone = config["zone"].toString())

Make these changes and I'll merge the pr