Skip to content

Commit

Permalink
Fix set temperature read only
Browse files Browse the repository at this point in the history
  • Loading branch information
Jey-Cee committed Sep 30, 2024
1 parent b2eee73 commit c29e483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"type": "number",
"role": "value.temperature",
"read": true,
"write": false,
"write": true,
"unit": "°C",
"def": 0,
"desc": {
Expand Down

0 comments on commit c29e483

Please sign in to comment.