[{"id":"f00739aa9fbc9f54","type":"debug","z":"62a53d6e4cbdfb9a","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":770,"y":820,"wires":[]},{"id":"ab8dad85d2138b72","type":"comment","z":"62a53d6e4cbdfb9a","name":"Shelly RGBW color example","info":"","x":240,"y":760,"wires":[]},{"id":"cf3c0ab1b3cdab0b","type":"shelly-gen1","z":"62a53d6e4cbdfb9a","hostname":"192.168.178.178","description":"","mode":"callback","server":"033a6e9acf499057","uploadretryinterval":"5000","pollinginterval":5000,"pollstatus":false,"getstatusoncommand":true,"devicetype":"RGBW","outputs":1,"x":570,"y":820,"wires":[["f00739aa9fbc9f54"]]},{"id":"593b425c.b6a01c","type":"inject","z":"62a53d6e4cbdfb9a","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":200,"y":820,"wires":[["547d1394.d875cc"]]},{"id":"547d1394.d875cc","type":"function","z":"62a53d6e4cbdfb9a","name":"color","func":"msg.payload =\n{\n red : 255,\n green : 255,\n blue : 255,\n white : 255,\n temp : 5000, // optional 3000..6500K for white (shelly bulb RGBW)\n gain : 100,\n effect : 0,\n transition : 0, // optional 0..5000ms\n on : true\n}\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":370,"y":820,"wires":[["cf3c0ab1b3cdab0b"]]},{"id":"033a6e9acf499057","type":"shelly-gen1-server","port":"20001","hostname":""}]