Skip to content

Commit

Permalink
fix(config): correct units in parameters of Eurotronics Spirit (zwave…
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Nov 3, 2021
1 parent 8f2a128 commit a165bfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/config/config/devices/0x0148/spirit.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
{
"#": "2",
"label": "LCD Timeout",
"unit": "s",
"unit": "seconds",
"valueSize": 1,
"minValue": 0,
"maxValue": 30,
Expand Down Expand Up @@ -92,8 +92,8 @@
},
{
"#": "5",
"label": "Measured Temperature report",
"unit": "°C",
"label": "Temperature Report Threshold",
"unit": "0.1 °C",
"valueSize": 1,
"minValue": 0,
"maxValue": 50,
Expand Down Expand Up @@ -138,7 +138,7 @@
{
"#": "8",
"label": "Temperature Offset",
"unit": "1/10 °C",
"unit": "0.1 °C",
"valueSize": 1,
"minValue": -128,
"maxValue": 50,
Expand Down

0 comments on commit a165bfd

Please sign in to comment.