Did you succeed to manage your light? I try to do the same but nothing is working.
Here is my flow:
[{"id":"102a25f1.a71a6a","type":"function","z":"e2a7aef6.1e5a9","name":"set bri","func":"if (msg.payload===true)\n{\nmsg.payload = {\"decrementBrightness\":-10} ;\nreturn msg;\n}\nif (msg.payload===false)\n{\nmsg.payload = {\"incrementBrightness\":10} ;\nreturn msg;\n}\nreturn null;\n\n\n\n","outputs":1,"noerr":0,"initialize":"","finalize":"","x":250,"y":740,"wires":[["abe138fb.af12e8","c6660c0f.4fe1a"]]},{"id":"c6660c0f.4fe1a","type":"hue-light","z":"e2a7aef6.1e5a9","name":"Salle à manger","bridge":"ed539dda.0eeb9","lightid":"1","colornamer":false,"skipevents":false,"universalevents":false,"x":480,"y":740,"wires":[[]]},{"id":"abe138fb.af12e8","type":"debug","z":"e2a7aef6.1e5a9","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":330,"y":660,"wires":[]},{"id":"ae29bb87.af4978","type":"inject","z":"e2a7aef6.1e5a9","name":"True","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"true","payloadType":"bool","x":90,"y":660,"wires":[["102a25f1.a71a6a"]]},{"id":"e1b0912e.00607","type":"inject","z":"e2a7aef6.1e5a9","name":"False","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"false","payloadType":"bool","x":90,"y":800,"wires":[["102a25f1.a71a6a"]]},{"id":"ed539dda.0eeb9","type":"hue-bridge","name":"LumiereRomelie","bridge":"192.168.1.6","key":"NL3-0NnY0S6GZ227stSfBD3u41fDMjFzXVxDfgUe","interval":"3000","disableupdates":false}]