Hello every one, i am new to node-red, i am trying to get a msg.payload with all dashboard elements values. In particular i have four sliders, once i set one of them to some value i would like to print in debug all four sliders values. My flow :
[{"id":"f192ad43.71313","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"51f126d1.9b4d88","type":"ui_slider","z":"f192ad43.71313","name":"","label":"Fan North Upper","tooltip":"","group":"91c81e9d.3aea8","order":2,"width":"0","height":"0","passthru":true,"outs":"end","topic":"gid_1_fnu","min":0,"max":"100","step":"10","x":150,"y":60,"wires":[[]]},{"id":"830eec47.5760f","type":"ui_slider","z":"f192ad43.71313","name":"","label":"Fan North Lower","tooltip":"","group":"91c81e9d.3aea8","order":3,"width":0,"height":0,"passthru":false,"outs":"end","topic":"gid_1_fnl","min":0,"max":"100","step":"10","x":150,"y":100,"wires":[[]]},{"id":"818164a7.7c0d68","type":"ui_slider","z":"f192ad43.71313","name":"","label":"Fan South Upper","tooltip":"","group":"91c81e9d.3aea8","order":4,"width":0,"height":0,"passthru":false,"outs":"end","topic":"{gid:1}","min":0,"max":"100","step":"10","x":150,"y":140,"wires":[[]]},{"id":"34c0f46d.6a3adc","type":"ui_slider","z":"f192ad43.71313","name":"","label":"Fan South Lower","tooltip":"","group":"91c81e9d.3aea8","order":5,"width":0,"height":0,"passthru":false,"outs":"end","topic":"{gid:1}","min":0,"max":"100","step":"10","x":150,"y":180,"wires":[[]]},{"id":"91c81e9d.3aea8","type":"ui_group","z":"","name":"Gamlon 1","tab":"faac9adb.2b2198","order":1,"disp":true,"width":"8","collapse":false},{"id":"faac9adb.2b2198","type":"ui_tab","z":"","name":"Power Control","icon":"dashboard","disabled":false,"hidden":false}]
Thanks very much for help.