Skip to content

Commit

Permalink
fix(config): add missing units and firmware condition for Heatit Z-Te…
Browse files Browse the repository at this point in the history
…mp2 (#6500)
  • Loading branch information
fergie authored Nov 7, 2023
1 parent 5baff2e commit 0d61b8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/config/config/devices/0x019b/z-temp2.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
"label": "External Relay and Operating State Update Interval",
"description": "How often the devices sends Binary Switch State and Thermostat Mode in addition to change reports",
"valueSize": 2,
"unit": "minutes",
"minValue": 0,
"maxValue": 240,
"defaultValue": 0,
Expand All @@ -160,6 +161,7 @@
},
{
"#": "15",
"$if": "firmwareVersion >= 1.2",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Invert Output",
"valueSize": 2
Expand Down

0 comments on commit 0d61b8d

Please sign in to comment.