I have a list of buttons on my dashboard, and after selecting one, I want to reset my page back to the top. It looks like UI_Control Node is what I want, but no matter what I put into the mag.payload, nothing happens
My current tab is the 29th (from zero), named "Game".
My msg.payload has no effect. I've tried:
{tab:"(Game)"}
0
Game
I even tried going to a different tab, #6 named "Weather". No effect.
So, what am I missing?
[{"id":"d0c000b.a8dc3","type":"ui_ui_control","z":"93a8305d.e7f44","name":"","x":440,"y":2000,"wires":[[]]},{"id":"4b600c6.e012cf4","type":"ui_button","z":"93a8305d.e7f44","name":"Top","group":"7b2258fe.be6e88","order":0,"width":0,"height":0,"passthru":false,"label":"Top","color":"","bgcolor":"","icon":"","payload":"Game","payloadType":"str","topic":"","x":290,"y":2000,"wires":[["d0c000b.a8dc3"]]},{"id":"8d070812.9824a8","type":"ui_ui_control","z":"93a8305d.e7f44","name":"","x":440,"y":2040,"wires":[[]]},{"id":"4ceca9af.e953a8","type":"ui_button","z":"93a8305d.e7f44","name":"Weather","group":"7b2258fe.be6e88","order":0,"width":0,"height":0,"passthru":false,"label":"Weather","color":"","bgcolor":"","icon":"","payload":"Weather","payloadType":"str","topic":"","x":300,"y":2040,"wires":[["8d070812.9824a8"]]},{"id":"7b2258fe.be6e88","type":"ui_group","z":"","name":"Hints","tab":"7ff14e1a.f74df","order":3,"disp":true,"width":"5"},{"id":"7ff14e1a.f74df","type":"ui_tab","z":"","name":"Game","icon":"dashboard","order":1}]