Enhancements
msg.ui_control object - see config-fields.md - Issue #235Fixes
msg.ui_control messages I'm getting "Connection Lost" status messages when I type in the dashboard UI URL in the browser. I either have to refresh or wait for the UI to reload. Using RaspberryPi and Safari. Has also been tested with Chrome browser.
Cheers,Jamie
Thanks for your contribution! NR and NR Dashboard is great!

Nice Work :-)
I have questions from beginer how to inject msg.payload to JSON ?
[{"id":"a0462ee5.430c9","type":"function","z":"e2b997af.cc6188","name":"","func":"var min = 0; \nvar max = msg.payload;\nmsg.topic=\"ui_control\";\nmsg.ui_control = {\n \"min\": min,\n \"max\": max \n}\nreturn msg;","outputs":1,"noerr":0,"x":250,"y":1140,"wires":[["98039598.178798"]]},{"id":"90996ee6.e08b2","type":"inject","z":"e2b997af.cc6188","name":"","topic":"","payload":"123","payloadType":"str","repeat":"","crontab":"","once":false,"x":70,"y":1140,"wires":[["a0462ee5.430c9"]]},{"id":"98039598.178798","type":"json","z":"e2b997af.cc6188","name":"","pretty":false,"x":430,"y":1140,"wires":[["9f630f8e.941f6"]]},{"id":"9f630f8e.941f6","type":"change","z":"e2b997af.cc6188","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"0","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":660,"y":1140,"wires":[["2e67a55d.b7d0ca","bac2c411.e4a4e"]]}]