Fixed a flipped daytime condition

This commit is contained in:
2022-10-13 14:43:14 -04:00
parent ffd1aae251
commit f34b62bd51

View File

@ -16628,12 +16628,12 @@
"z": "72f99805df043603", "z": "72f99805df043603",
"g": "e065b1ed4938b477", "g": "e065b1ed4938b477",
"name": "Routing", "name": "Routing",
"property": "hot_temp", "property": "hightemp",
"propertyType": "msg", "propertyType": "msg",
"rules": [ "rules": [
{ {
"t": "gte", "t": "gte",
"v": "hightemp", "v": "hot_temp",
"vt": "msg" "vt": "msg"
}, },
{ {