Skip to content

Commit

Permalink
Change flow active values as string instead of boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
x-real-ip committed Jan 3, 2024
1 parent dff9280 commit 9286a49
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/data/flows/backyard_light_dynamics.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@
"p": "active",
"pt": "flow",
"to": "false",
"tot": "bool"
"tot": "str"
}
],
"action": "",
Expand All @@ -413,7 +413,9 @@
"propertyType": "flow",
"rules": [
{
"t": "false"
"t": "neq",
"v": "true",
"vt": "str"
}
],
"checkall": "true",
Expand All @@ -438,7 +440,7 @@
"p": "active",
"pt": "flow",
"to": "true",
"tot": "bool"
"tot": "str"
}
],
"action": "",
Expand Down

0 comments on commit 9286a49

Please sign in to comment.