For ui switch the format of ui control message should be like this
msg.ui_control = {onicon:"fa-fire",oncolor:"orange",officon:"fa-fire",offcolor:"yellow"}
You can do same thing using the change node of course if you like
[{"id":"df1d2c5e.9f663","type":"ui_switch","z":"37e0d918.b92d36","name":"","label":"switch","tooltip":"","group":"bbab2560.6f8948","order":11,"width":0,"height":0,"passthru":true,"decouple":"false","topic":"","style":"","onvalue":"true","onvalueType":"bool","onicon":"","oncolor":"","offvalue":"false","offvalueType":"bool","officon":"","offcolor":"","x":560,"y":700,"wires":[[]]},{"id":"787bb327.3e3b9c","type":"function","z":"37e0d918.b92d36","name":"change switch options","func":"msg.ui_control = {onicon:\"fa-fire\",oncolor:\"orange\",officon:\"fa-fire\",offcolor:\"yellow\"}\nreturn msg;","outputs":1,"noerr":0,"x":380,"y":700,"wires":[["df1d2c5e.9f663"]]},{"id":"451b15c5.b6970c","type":"inject","z":"37e0d918.b92d36","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":190,"y":700,"wires":[["787bb327.3e3b9c"]]},{"id":"e06fcac2.7d4f88","type":"change","z":"37e0d918.b92d36","name":"","rules":[{"t":"set","p":"ui_control.onicon","pt":"msg","to":"fa-stop","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":360,"y":760,"wires":[["df1d2c5e.9f663"]]},{"id":"11816068.99879","type":"inject","z":"37e0d918.b92d36","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":160,"y":760,"wires":[["e06fcac2.7d4f88"]]},{"id":"bbab2560.6f8948","type":"ui_group","z":"","name":"G1","tab":"13731dc0.622ff2","disp":true,"width":"10","collapse":false},{"id":"13731dc0.622ff2","type":"ui_tab","z":"","name":"HOME","icon":"dashboard","disabled":false,"hidden":false}]