Skip to content

Commit

Permalink
Set higher on value in switch
Browse files Browse the repository at this point in the history
  • Loading branch information
theautomation committed Dec 29, 2023
1 parent 5f7b643 commit dba9e8e
Showing 1 changed file with 63 additions and 63 deletions.
126 changes: 63 additions & 63 deletions src/data/flows/dishwasher.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,63 +45,39 @@
]
},
{
"id": "08bca5ce6d389d48",
"type": "join",
"id": "80b3c96f004d6f8b",
"type": "template",
"z": "2437e768.8e34d8",
"g": "3bf0bc8959f8a48e",
"name": "",
"mode": "custom",
"build": "merged",
"property": "notify",
"propertyType": "msg",
"key": "topic",
"joiner": "\\n",
"joinerType": "str",
"accumulate": false,
"timeout": "",
"count": "4",
"reduceRight": false,
"reduceExp": "",
"reduceInit": "",
"reduceInitType": "",
"reduceFixup": "",
"x": 1510,
"y": 140,
"name": "notification id",
"field": "notify.notification_id",
"fieldType": "msg",
"format": "handlebars",
"syntax": "mustache",
"template": "dishwasher",
"output": "str",
"x": 1370,
"y": 220,
"wires": [
[
"2c0a57bd6ee87009"
"08bca5ce6d389d48"
]
]
},
{
"id": "2c0a57bd6ee87009",
"type": "link out",
"z": "2437e768.8e34d8",
"g": "3bf0bc8959f8a48e",
"name": "link_out_notify_ac_solar_record",
"mode": "link",
"links": [
"8ed3b0974336e55b",
"a97f87cfab413716"
],
"x": 1605,
"y": 140,
"wires": []
},
{
"id": "2a35d2abfb0850da",
"id": "71f13b6b1744cf6b",
"type": "template",
"z": "2437e768.8e34d8",
"g": "3bf0bc8959f8a48e",
"name": "message",
"field": "notify.message",
"name": "icon",
"field": "notify.icon",
"fieldType": "msg",
"format": "handlebars",
"syntax": "mustache",
"template": "De Vaatwasser is klaar",
"template": "",
"output": "str",
"x": 1360,
"y": 140,
"x": 1350,
"y": 180,
"wires": [
[
"08bca5ce6d389d48"
Expand Down Expand Up @@ -129,42 +105,66 @@
]
},
{
"id": "71f13b6b1744cf6b",
"id": "2a35d2abfb0850da",
"type": "template",
"z": "2437e768.8e34d8",
"g": "3bf0bc8959f8a48e",
"name": "icon",
"field": "notify.icon",
"name": "message",
"field": "notify.message",
"fieldType": "msg",
"format": "handlebars",
"syntax": "mustache",
"template": "",
"template": "De Vaatwasser is klaar",
"output": "str",
"x": 1350,
"y": 180,
"x": 1360,
"y": 140,
"wires": [
[
"08bca5ce6d389d48"
]
]
},
{
"id": "80b3c96f004d6f8b",
"type": "template",
"id": "2c0a57bd6ee87009",
"type": "link out",
"z": "2437e768.8e34d8",
"g": "3bf0bc8959f8a48e",
"name": "notification id",
"field": "notify.notification_id",
"fieldType": "msg",
"format": "handlebars",
"syntax": "mustache",
"template": "dishwasher",
"output": "str",
"x": 1370,
"y": 220,
"name": "link_out_notify_ac_solar_record",
"mode": "link",
"links": [
"8ed3b0974336e55b",
"a97f87cfab413716"
],
"x": 1605,
"y": 140,
"wires": []
},
{
"id": "08bca5ce6d389d48",
"type": "join",
"z": "2437e768.8e34d8",
"g": "3bf0bc8959f8a48e",
"name": "",
"mode": "custom",
"build": "merged",
"property": "notify",
"propertyType": "msg",
"key": "topic",
"joiner": "\\n",
"joinerType": "str",
"accumulate": false,
"timeout": "",
"count": "4",
"reduceRight": false,
"reduceExp": "",
"reduceInit": "",
"reduceInitType": "",
"reduceFixup": "",
"x": 1510,
"y": 140,
"wires": [
[
"08bca5ce6d389d48"
"2c0a57bd6ee87009"
]
]
},
Expand All @@ -178,7 +178,7 @@
"rules": [
{
"t": "gt",
"v": "1",
"v": "5",
"vt": "num"
},
{
Expand Down Expand Up @@ -487,11 +487,11 @@
"value": ""
},
{
"property": "entity_picture",
"property": "entity_category",
"value": ""
},
{
"property": "entity_category",
"property": "entity_picture",
"value": ""
},
{
Expand Down

0 comments on commit dba9e8e

Please sign in to comment.