Skip to content

Commit

Permalink
Fix for issue 6509 - Strips Drip 700 Configurations related.
Browse files Browse the repository at this point in the history
  • Loading branch information
dparyani committed Nov 21, 2023
1 parent a489007 commit 34b5e7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/config/config/devices/0x019a/11_04_21_22_28.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
},
{
"#": "4",
"label": "Temperature & Humidity Reporting",
"label": "Temperature reporting type",
"valueSize": 1,
"minValue": 0,
"maxValue": 3,
"defaultValue": 2,
"defaultValue": 0,
"options": [
{
"label": "Disable",
Expand Down Expand Up @@ -65,7 +65,7 @@
{
"#": "7",
"label": "High Temperature Threshold",
"valueSize": 2,
"valueSize": 1,
"unit": "°C",
"minValue": -20,
"maxValue": 80,
Expand All @@ -74,7 +74,7 @@
{
"#": "8",
"label": "Low Temperature Threshold",
"valueSize": 2,
"valueSize": 1,
"unit": "°C",
"minValue": -20,
"maxValue": 60,
Expand Down

0 comments on commit 34b5e7f

Please sign in to comment.