(06.07.2021, 11:35)admin Wrote: See this example: https://forum.logicmachine.net/showthrea...2#pid12902
thank you admin for your great help and effort.
I do it like this and its wok
if you have any comments

RgbwSts = getRGBWAF(gateway, addr)
WriteValue = {}
WriteValue["red"] = RgbwSts[1]
WriteValue["white"] = RgbwSts[4]
WriteValue["blue"] = RgbwSts[3]
WriteValue["green"] = RgbwSts[2]
Also, I need the feedback for the on/off object and scale(0-100%)
regards,
Best Regards,