Skip to content

Commit

Permalink
fix eslint:consistent-device-config-property-order
Browse files Browse the repository at this point in the history
  • Loading branch information
Lockszmith-GH committed Dec 8, 2023
1 parent fbc5adc commit 2cdd52c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/config/config/devices/0x0060/st814.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"#": "1",
"label": "Dim Level Sent via Basic Set",
"description": "The dim level sent to a lamp module upon activation: (0) Off; (1)-(99) Dim Level",
"unit": "Brightness Level",
"valueSize": 1,
"unit": "Brightness Level",
"minValue": 0,
"maxValue": 99,
"defaultValue": 99,
Expand All @@ -46,8 +46,8 @@
"#": "2",
"label": "Temperature Trigger ON Value",
"description": "Temperature level when a ON command is sent out. -20°..50° or 99 to disable.",
"unit": "°",
"valueSize": 1,
"unit": "°",
"minValue": -20,
"maxValue": 99,
"defaultValue": 99,
Expand All @@ -62,8 +62,8 @@
"#": "3",
"label": "Temperature Trigger OFF Value",
"description": "Temperature level when a OFF command is sent out. -20°..50° or 99 to disable.",
"unit": "°",
"valueSize": 1,
"unit": "°",
"minValue": -20,
"maxValue": 99,
"defaultValue": 99,
Expand All @@ -78,8 +78,8 @@
"#": "4",
"label": "Humidity Trigger ON Value",
"description": "Humidity level when a ON command is sent out. 20%..90%, or 99 to disable.",
"unit": "%",
"valueSize": 1,
"unit": "%",
"minValue": 20,
"maxValue": 99,
"defaultValue": 99,
Expand All @@ -94,8 +94,8 @@
"#": "5",
"label": "Humidity Trigger OFF Value",
"description": "Humidity level when a OFF command is sent out. 20%..90%, or 99 to disable.",
"unit": "%",
"valueSize": 1,
"unit": "%",
"minValue": 20,
"maxValue": 99,
"defaultValue": 99,
Expand All @@ -110,8 +110,8 @@
"#": "6",
"label": "Auto Report Time",
"description": "Sets the time interval when a sensor report is sent",
"unit": "minutes",
"valueSize": 2,
"unit": "minutes",
"minValue": 0,
"maxValue": 1439,
"defaultValue": 0,
Expand All @@ -126,8 +126,8 @@
"#": "7",
"label": "Auto Report Temperature",
"description": "Sets the temperature change causing a sensor report.",
"unit": "°",
"valueSize": 1,
"unit": "°",
"minValue": 0,
"maxValue": 70,
"defaultValue": 0,
Expand All @@ -142,8 +142,8 @@
"#": "8",
"label": "Auto Report Humidity",
"description": "Sets the humidity change causing a sensor report. 5%..70%, or 0 to disable.",
"unit": "%",
"valueSize": 1,
"unit": "%",
"minValue": 0,
"maxValue": 70,
"defaultValue": 0,
Expand Down

0 comments on commit 2cdd52c

Please sign in to comment.