Here is a simple example using the slider from the node-red-dashboard
hope this helps.
[{"id":"9a6cbdcd.17723","type":"ui_slider","z":"68704546.3d0e0c","name":"","label":"slider","tooltip":"","group":"8c6774a4.06e158","order":4,"width":0,"height":0,"passthru":true,"outs":"all","topic":"setValue","min":"10","max":"80","step":1,"x":160,"y":640,"wires":[["42eb1e3f.981bd"]]},{"id":"42eb1e3f.981bd","type":"function","z":"68704546.3d0e0c","name":"","func":"msg.payload = {\n nodeid: 5,\n cmdclass: 67,\n cmdidx: 1,\n value: msg.payload\n}\nreturn msg;","outputs":1,"noerr":0,"x":330,"y":640,"wires":[["412bcda4.751964"]]},{"id":"412bcda4.751964","type":"debug","z":"68704546.3d0e0c","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":540,"y":640,"wires":[]},{"id":"8c6774a4.06e158","type":"ui_group","z":"","name":"Default","tab":"3df105b2.37ac4a","order":2,"disp":true,"width":"6","collapse":false},{"id":"3df105b2.37ac4a","type":"ui_tab","z":"","name":"Home","icon":"dashboard","disabled":false,"hidden":false}]