[{"id":"f6e9e10f46f1521e","type":"file in","z":"8abafcc658f0c121","name":"Fetch OTA file","filename":"file_name","filenameType":"msg","format":"","chunk":false,"sendError":false,"encoding":"none","allProps":false,"x":440,"y":60,"wires":[["fca5364d8e8a109a"]]},{"id":"abe1e9ce11532a60","type":"function","z":"8abafcc658f0c121","name":"","func":"var file = \"D:\\\\Development\\\\Home_otomation\";\nvar bin= msg.payload.bin+\"\";\nbin = bin.replace('/', '\\\\');\n//node.warn(\"bin \" +bin);\nmsg.file_name = file + bin;\n//node.warn(\"bin2 \" + msg.file_name);\n\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":280,"y":60,"wires":[["f6e9e10f46f1521e"]]},{"id":"fca5364d8e8a109a","type":"function","z":"8abafcc658f0c121","name":"","func":"\nvar file= msg.file_name;\nnode.warn(file);\nmsg.headers = {\n\"Cache-Control\": \"no-cache\",\n\"Pragma\": \"no-cache\",\n\"Content-Transfer-Encoding\": \"binary\",\n\"Content-Type\": \"application/octet-stream\",\n\"Content-Disposition\": \"attachment;filename=\" + file,//.split(\"Home_otomation\")[1],\n\"Content-Length\": \"\" + msg.payload.length\n};\nmsg.statusCode = 200;\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":600,"y":60,"wires":[["3da9edc8cbedb76a","b41823b25c74f657","bed3badedd5d4ea2"]]},{"id":"f5cbe277a9ff9bf7","type":"http in","z":"8abafcc658f0c121","name":"","url":"/ota_file","method":"get","upload":false,"swaggerDoc":"","x":130,"y":60,"wires":[["abe1e9ce11532a60"]]},{"id":"3da9edc8cbedb76a","type":"debug","z":"8abafcc658f0c121","name":"debug","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"headers","targetType":"msg","statusVal":"","statusType":"auto","x":730,"y":200,"wires":[]},{"id":"b41823b25c74f657","type":"http response","z":"8abafcc658f0c121","name":"","statusCode":"","headers":{},"x":770,"y":60,"wires":[]},{"id":"bed3badedd5d4ea2","type":"debug","z":"8abafcc658f0c121","name":"debug","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":850,"y":100,"wires":[]}]