Hi there,
I am currently struggling with updating my Node Red intergration of Loxone and IKEA Tradfri Panel.
I recently was able to get an array with brightness value and color temp out of my Loxone server but they now decided to change the output to a string:
temp(46,3840)
I need to turn this into an object like here:
{"brightness":211,"color_temp":4700}
As I am a complete beginner to those things I would need some help on how to get the brightness and color_temp value out of the string.
Many Thanky for your help