Skip to content

Commit

Permalink
Change backyard light dynamics true flase method
Browse files Browse the repository at this point in the history
  • Loading branch information
x-real-ip committed Jan 8, 2024
1 parent 06d605f commit ba804d6
Showing 1 changed file with 42 additions and 45 deletions.
87 changes: 42 additions & 45 deletions src/data/flows/backyard_light_dynamics.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"override_payload": "msg",
"entity_location": "data",
"override_data": "msg",
"x": 660,
"x": 700,
"y": 60,
"wires": [
[
Expand Down Expand Up @@ -139,7 +139,7 @@
"outputLocationType": "msg",
"outputLocation": "payload",
"outputResultsCount": 1,
"x": 840,
"x": 880,
"y": 120,
"wires": [
[
Expand Down Expand Up @@ -167,7 +167,7 @@
"outputLocationType": "msg",
"outputLocation": "payload",
"outputResultsCount": 1,
"x": 840,
"x": 880,
"y": 60,
"wires": [
[
Expand All @@ -187,7 +187,7 @@
"initialize": "",
"finalize": "",
"libs": [],
"x": 1040,
"x": 1080,
"y": 60,
"wires": [
[
Expand All @@ -204,11 +204,12 @@
"payloadtype": "num",
"payloadval": "0",
"name": "",
"x": 1440,
"x": 1480,
"y": 60,
"wires": [
[
"97c520659be6b4b3"
"97c520659be6b4b3",
"f8cde10a25c99253"
],
[]
]
Expand All @@ -234,7 +235,7 @@
"mustacheAltTags": false,
"outputProperties": [],
"queue": "all",
"x": 1250,
"x": 1290,
"y": 60,
"wires": [
[
Expand All @@ -253,7 +254,7 @@
"arraySpltType": "len",
"stream": false,
"addname": "",
"x": 1770,
"x": 1810,
"y": 60,
"wires": [
[
Expand All @@ -280,7 +281,7 @@
"from": "",
"to": "",
"reg": false,
"x": 1620,
"x": 1660,
"y": 60,
"wires": [
[
Expand Down Expand Up @@ -309,12 +310,10 @@
"mustacheAltTags": false,
"outputProperties": [],
"queue": "none",
"x": 2080,
"x": 2120,
"y": 60,
"wires": [
[
"f8cde10a25c99253"
]
[]
]
},
{
Expand All @@ -338,12 +337,10 @@
"mustacheAltTags": false,
"outputProperties": [],
"queue": "none",
"x": 2080,
"x": 2120,
"y": 120,
"wires": [
[
"f8cde10a25c99253"
]
[]
]
},
{
Expand All @@ -368,7 +365,7 @@
"checkall": "true",
"repair": false,
"outputs": 2,
"x": 1890,
"x": 1930,
"y": 60,
"wires": [
[
Expand All @@ -379,31 +376,6 @@
]
]
},
{
"id": "f8cde10a25c99253",
"type": "change",
"z": "4b48188ca7b303d7",
"name": "",
"rules": [
{
"t": "set",
"p": "active",
"pt": "flow",
"to": "false",
"tot": "str"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 2300,
"y": 60,
"wires": [
[]
]
},
{
"id": "36f6d937dac70d3b",
"type": "switch",
Expand Down Expand Up @@ -433,7 +405,7 @@
"id": "cfb9524c088b31a3",
"type": "change",
"z": "4b48188ca7b303d7",
"name": "",
"name": "set flow active to true",
"rules": [
{
"t": "set",
Expand All @@ -448,14 +420,39 @@
"from": "",
"to": "",
"reg": false,
"x": 480,
"x": 500,
"y": 60,
"wires": [
[
"62d81c701468e19d"
]
]
},
{
"id": "f8cde10a25c99253",
"type": "change",
"z": "4b48188ca7b303d7",
"name": "set flow active to false",
"rules": [
{
"t": "set",
"p": "active",
"pt": "flow",
"to": "false",
"tot": "str"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 1680,
"y": 100,
"wires": [
[]
]
},
{
"id": "4ba92433.2478cc",
"type": "server",
Expand Down

0 comments on commit ba804d6

Please sign in to comment.