It seems that there is now no way to set the colour temperature on a group. In order to emulate, for example, the old FOCUS scene, I can set group.setBrightness(100); or group.operateGroup({dimmer: 100}); but there doesn't seems to be a way to set colorTemperature on the group, only on each light individually.
Is this a defect in the gateway or should code be added to node-tradfri-client to allow for it?
It seems that there is now no way to set the colour temperature on a group. In order to emulate, for example, the old
FOCUSscene, I can setgroup.setBrightness(100);orgroup.operateGroup({dimmer: 100});but there doesn't seems to be a way to setcolorTemperatureon the group, only on each light individually.Is this a defect in the gateway or should code be added to node-tradfri-client to allow for it?