dotsam / homebridge-milight

MiLight/LimitlessLED/Easybulb Plugin for Homebridge
MIT License
63 stars 12 forks source link

Zone assignement #1

Closed benbeton closed 8 years ago

benbeton commented 8 years ago

Hi,

the plugin is working, thanks! I want to understand how the zone assignement is done.

When I configure (json.config) living "room lamp" how is the mapping to the right lamp in my living room done?

regards

dotsam commented 8 years ago

Zones are simply assigned in order. So if you only specify one zone, that's zone 1. The second zone in the array becomes zone 2. If you skip a zone or have a zone that you don't want homebridge to control, you can put in null for that zone.

benbeton commented 8 years ago

thanks, perfect!