01.02.2022, 10:41
You need an event script mapped to the color temperature object. Then you can call this function like this, replace 123 with your light number and 1/1/1 with the brightness control object address:
Code:
light_num = 123
brightness = grp.getvalue('1/1/1')
ct = event.getvalue()
setBrightnessCT(light_num, brightness, ct)