[ { "id": "f8297230.e01088", "type": "inject", "z": "5d270587.f53124", "name": "", "topic": "", "payload": "", "payloadType": "date", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "x": 100, "y": 120, "wires": [ [ "695dc465.3f1ebc" ] ] }, { "id": "a4a65da.acce4a", "type": "debug", "z": "5d270587.f53124", "name": "", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "false", "x": 570, "y": 420, "wires": [] }, { "id": "695dc465.3f1ebc", "type": "function", "z": "5d270587.f53124", "name": "petició sentilo", "func": "msg.payload=\"curl -X GET -H \\\"IDENTITY_KEY: 9236ee8fc44c79cd632add790001710784078c5b6bd0230124a23a9ad4ea521f\\\" http://192.168.1.2:8081/data/prov00/temp00/?limit=20&from=10/09/2012T10:00:00 && sleep 0.2\"\nreturn msg;", "outputs": 1, "noerr": 0, "x": 160, "y": 200, "wires": [ [ "b3a358a9.a42db" ] ] }, { "id": "b3a358a9.a42db", "type": "exec", "z": "5d270587.f53124", "command": "", "addpay": true, "append": "", "useSpawn": "false", "timer": "", "oldrc": false, "name": "", "x": 290, "y": 280, "wires": [ [ "29a30b96.007104" ], [], [] ] }, { "id": "29a30b96.007104", "type": "json", "z": "5d270587.f53124", "name": "", "property": "payload", "action": "", "pretty": false, "x": 450, "y": 220, "wires": [ [ "49492f40.ffc56" ] ] }, { "id": "49492f40.ffc56", "type": "function", "z": "5d270587.f53124", "name": "", "func": "msg.payload = msg.payload.observations\nreturn msg;", "outputs": 1, "noerr": 0, "x": 420, "y": 360, "wires": [ [ "e229d884.c95558", "1d0dc526.555bcb" ] ] }, { "id": "1d0dc526.555bcb", "type": "function", "z": "5d270587.f53124", "name": "", "func": "//var a = [\"a\", \"b\", \"c\"];\na = msg.payload;\nvar val = \"\";\na.forEach(function(entry) {\n val+=\"timestamp: \"+entry.time+\", value: \"+entry.value + \"\\n\";\n});\n\nmsg.payload = val;\nreturn msg;", "outputs": 1, "noerr": 0, "x": 250, "y": 420, "wires": [ [ "a4a65da.acce4a" ] ] }, { "id": "e229d884.c95558", "type": "debug", "z": "5d270587.f53124", "name": "", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "false", "x": 560, "y": 340, "wires": [] } ]