Skip to content

Commit

Permalink
fix(config): tweak z-trm6 options (#6464)
Browse files Browse the repository at this point in the history
Co-authored-by: geir råness <[email protected]>
Co-authored-by: Dominic Griesel <[email protected]>
  • Loading branch information
3 people authored Oct 30, 2023
1 parent 8d6847f commit d0d2855
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions packages/config/config/devices/0x019b/z-trm6.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@
"#": "2",
"label": "Sensor Mode",
"valueSize": 1,
"minValue": 0,
"maxValue": 5,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Floor",
Expand Down Expand Up @@ -79,9 +78,8 @@
"label": "External Sensor Resistance",
"valueSize": 1,
"unit": "kΩ",
"minValue": 0,
"maxValue": 7,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "10",
Expand Down Expand Up @@ -205,9 +203,8 @@
"#": "13",
"label": "Regulation Mode",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Hysteresis",
Expand All @@ -232,9 +229,8 @@
"#": "15",
"label": "Temperature Display",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Setpoint",
Expand Down Expand Up @@ -365,9 +361,8 @@
"#": "27",
"label": "Operating Mode",
"valueSize": 1,
"minValue": 0,
"maxValue": 3,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Off",
Expand All @@ -391,9 +386,8 @@
"#": "28",
"label": "Open Window Detection",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
Expand Down

0 comments on commit d0d2855

Please sign in to comment.