Skip to content

Commit

Permalink
fix: cleanup config
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Jul 9, 2024
1 parent 5a88932 commit e7fcb31
Showing 1 changed file with 14 additions and 20 deletions.
34 changes: 14 additions & 20 deletions packages/config/config/devices/0x0060/an158.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,37 +28,31 @@
"paramInformation": [
{
"#": "1",
"label": "True Period",
"description": "Time of switching status to send status message in 100ms, so default of 10 = 1000ms = 1 sec",
"label": "Debounce Time",
"description": "How long the state must be stable before sending a report",
"valueSize": 1,
"unit": "100ms",
"minValue": 0,
"maxValue": 254,
"maxValue": 120,
"defaultValue": 10,
"unsigned": true
},
{
"#": "2",
"label": "Send Out Basic Command",
"description": "Enable or Disable the status message function",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Enabled",
"value": 1
"value": 0,
"label": "Disable"
}
]
},
{
"#": "2",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Group 2: Send Basic Set",
"description": "Enable or Disable the status message function"
},
{
"#": "3",
"label": "Meter Report Period",
"description": "Autoreporting meter value interval in 10 secs, so default of 3 = 30 secs",
"label": "Meter Report Interval",
"valueSize": 2,
"unit": "10 seconds",
"minValue": 0,
"maxValue": 3240,
"defaultValue": 3
Expand Down

0 comments on commit e7fcb31

Please sign in to comment.