Skip to content

Commit

Permalink
Add units for new settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aivus committed Mar 23, 2023
1 parent 029e994 commit c11a6c0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -1226,23 +1226,25 @@
"type": "number",
"value": 3500,
"min": 100,
"units": { "en": "ms" },
"label": {
"en": "Polling interval"
},
"hint": {
"en": "Interval between polling status from HVAC (ms)"
"en": "Interval between polling status from HVAC"
}
},
{
"id": "polling_timeout",
"type": "number",
"value": 3000,
"min": 100,
"units": { "en": "ms" },
"label": {
"en": "Polling timeout"
},
"hint": {
"en": "Timeout for the response from the HVAC during polling process (ms)"
"en": "Timeout for the response from the HVAC during polling process"
}
},
{
Expand Down

0 comments on commit c11a6c0

Please sign in to comment.