Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattreim committed Nov 3, 2024
1 parent 8c4d9bc commit e37fb5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devices/tuya/_TZE200_TYST11_trv.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"name": "state/errorcode",
"parse": {"fn": "tuya", "dpid": 19, "eval": "Item.val = Attr.val;"},
"read": {"fn": "none"},
"default": "0"
"default": 0
},
{
"name": "state/lastupdated"
Expand All @@ -139,9 +139,9 @@
"name": "state/windowopen",
"parse": {"fn": "tuya", "dpid": 17, "eval": "if (Attr.val == 0) { Item.val = 'close' } else { Item.val = 'open' };"},
"read": {"fn": "none"},
"default": "close"
"default": 0
}
]
}
]
}
}

0 comments on commit e37fb5f

Please sign in to comment.