diff --git a/flows.json b/flows.json index 00b69d5..46b4455 100644 --- a/flows.json +++ b/flows.json @@ -593,9 +593,9 @@ "wires": [ [ "124381b35e1ea6ad", - "e712905805566737", "71a9e89509bb1ea5", - "d657b2e0d3134f23" + "d657b2e0d3134f23", + "9012192d3e8291d8" ] ] }, @@ -13434,33 +13434,6 @@ "y": 1380, "wires": [] }, - { - "id": "e712905805566737", - "type": "change", - "z": "29da089dbee16ea0", - "name": "Set AT", - "rules": [ - { - "t": "set", - "p": "payload", - "pt": "msg", - "to": "aussen", - "tot": "flow" - } - ], - "action": "", - "property": "", - "from": "", - "to": "", - "reg": false, - "x": 670, - "y": 1460, - "wires": [ - [ - "dfd79f17c33ad29e" - ] - ] - }, { "id": "dfd79f17c33ad29e", "type": "ui-gauge", @@ -13772,5 +13745,24 @@ "55b400ce4088a68f" ] ] + }, + { + "id": "9012192d3e8291d8", + "type": "function", + "z": "29da089dbee16ea0", + "name": "function 61", + "func": "msg.payload = Math.round(flow.get(\"aussen\")*10) / 10\nreturn msg;", + "outputs": 1, + "noerr": 0, + "initialize": "", + "finalize": "", + "libs": [], + "x": 690, + "y": 1460, + "wires": [ + [ + "dfd79f17c33ad29e" + ] + ] } ] \ No newline at end of file