I have 24 ZWave controllable lights in my shop. Depending on the activity in the shop I would like to control which Lights I turn on/off as a set.
What I would like to develop is a Plug-In that takes a set of homogeneous child devices.
The Set would have the same service interface as the children. (In this case it would be a clone of the child interface). The implementation would have to itterate over all of the active children.
(i.e. if the set was of BinarySwiches I could turn the set on/off by sending the command to the set.)
I would like to ADD a command and corresponding UI to each of the existing children to make them Active/InActive as part of the set.
Would this type of dynamic behaviour be possible with the current APIs ?