Skip to content

Commit

Permalink
removed redundant field conversion and fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Simeon-byte committed Sep 6, 2023
1 parent fc76812 commit aa4d6a7
Showing 1 changed file with 2 additions and 40 deletions.
42 changes: 2 additions & 40 deletions data/nodeRed/flows.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,25 +63,6 @@
"inputs": 0,
"x": 170,
"y": 560,
"wires": [
[
"64804af0d6c367ab"
]
]
},
{
"id": "64804af0d6c367ab",
"type": "function",
"z": "8f86e1d689845248",
"name": "Umrechnung von Wh in kWh",
"func": "var Wert = msg.payload;\nmsg.payload = Wert/1000;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 480,
"y": 560,
"wires": [
[
"9d853d185e198651"
Expand All @@ -103,25 +84,6 @@
"inputs": 0,
"x": 170,
"y": 620,
"wires": [
[
"0030dbadcb923388"
]
]
},
{
"id": "0030dbadcb923388",
"type": "function",
"z": "8f86e1d689845248",
"name": "Umrechnung von Wh in kWh",
"func": "var Wert = msg.payload;\nmsg.payload = Wert/1000;\nreturn msg;",
"outputs": 1,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 480,
"y": 620,
"wires": [
[
"e65d91553e96444d"
Expand Down Expand Up @@ -378,13 +340,13 @@
"id": "9d853d185e198651",
"type": "change",
"z": "8f86e1d689845248",
"name": "Überschrift für Objekt (WirkerngieP)",
"name": "Überschrift für Objekt (WirkenergieP)",
"rules": [
{
"t": "set",
"p": "topic",
"pt": "msg",
"to": "WirkerngieP",
"to": "WirkenergieP",
"tot": "str"
}
],
Expand Down

0 comments on commit aa4d6a7

Please sign in to comment.