[ { "id": "c256e3a1.4c81e", "type": "ui_chart", "z": "270387b.1029a78", "name": "", "group": "45301cb8.141854", "order": 0, "width": 0, "height": 0, "label": "Temp", "chartType": "line", "legend": "false", "xformat": "D/M", "interpolate": "linear", "nodata": "", "dot": false, "ymin": "", "ymax": "", "removeOlder": "4", "removeOlderPoints": "", "removeOlderUnit": "86400", "cutout": 0, "useOneColor": false, "colors": [ "#ff0000", "#aec7e8", "#ff7f0e", "#2ca02c", "#98df8a", "#d62728", "#ff9896", "#9467bd", "#c5b0d5" ], "useOldStyle": false, "x": 490, "y": 120, "wires": [ [], [] ] }, { "id": "a47da733.6dee68", "type": "http in", "z": "270387b.1029a78", "name": "listening", "url": "/loragw", "method": "post", "upload": false, "swaggerDoc": "", "x": 120, "y": 120, "wires": [ [ "7f019aa9.52e1a4", "f0e99720.2f4f38" ] ] }, { "id": "7f019aa9.52e1a4", "type": "function", "z": "270387b.1029a78", "name": "tempConvert", "func": "var new_msg = {};\nnew_msg.payload = msg.payload.temp\nnew_msg.topic = \"Temperature\"\nreturn [new_msg]", "outputs": 1, "noerr": 0, "x": 310, "y": 120, "wires": [ [ "c256e3a1.4c81e" ] ] }, { "id": "f0e99720.2f4f38", "type": "http response", "z": "270387b.1029a78", "name": "response", "statusCode": "", "headers": {}, "x": 300, "y": 60, "wires": [] }, { "id": "363d5b6c.1e8e94", "type": "inject", "z": "270387b.1029a78", "name": "reset chart", "topic": "", "payload": "[]", "payloadType": "json", "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "x": 320, "y": 180, "wires": [ [ "c256e3a1.4c81e" ] ] }, { "id": "45301cb8.141854", "type": "ui_group", "z": "", "name": "TTN Gateway", "tab": "d1dffdad.26ff8", "order": 5, "disp": true, "width": "6", "collapse": true }, { "id": "d1dffdad.26ff8", "type": "ui_tab", "z": "", "name": "Domo", "icon": "/home/pi/airthings/icon.svg", "order": 1 } ]