[{"id":"832c35ec0388a3b7","type":"function","z":"be03f9025a1f137a","name":"Extract context data","func":"var scene = flow.get(\"activeScene\") || 1; // get the stored value, If it is first run, then value do not exist, so sets it to 1.\nflow.set(\"activeScene\", scene);\nmsg.scene = scene;\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":715,"y":885,"wires":[["e34e82938684e380"]]},{"id":"36a15c4ed33a9148","type":"inject","z":"be03f9025a1f137a","name":"Get value","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":495,"y":885,"wires":[["832c35ec0388a3b7"]]},{"id":"e0679d893ed7c1ba","type":"inject","z":"be03f9025a1f137a","name":"Increment value","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":515,"y":930,"wires":[["3259526740e1d1ef"]]},{"id":"3259526740e1d1ef","type":"function","z":"be03f9025a1f137a","name":"Manipulate context data","func":"var scene = flow.get(\"activeScene\") || 1; // get the stored value, If it is first run, then value do not exist, so sets it to 1.\nscene++;\nif (scene>6) {\n scene=1;\n}\nflow.set(\"activeScene\",scene);\nmsg.scene = scene;\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":725,"y":930,"wires":[["38d597b19e48eb70"]]},{"id":"e34e82938684e380","type":"debug","z":"be03f9025a1f137a","name":"debug 20","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":930,"y":885,"wires":[]},{"id":"38d597b19e48eb70","type":"debug","z":"be03f9025a1f137a","name":"debug 21","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":930,"y":930,"wires":[]}]