I want to control the brightness of my LIFX bulb by injecting the value of a slider on my NodeRed Dashboard into the node-red-contrib-lifx-api node.
I managed to control the light if I am using fixed values but somehow it won't take the msg.payload parameter. Also, no error message is shown on the debug stream.
my flow looks like this:

Is {{msg.payload}} the right syntax to use in this field? the double brackets {{ are working on my other nodes so I am using them here too.