Skip to content

Commit

Permalink
fix(config): clarify parameters and units for Everspring AN158 (#6364)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominic Griesel <[email protected]>
  • Loading branch information
EmielWitteman and AlCalzone authored Jul 9, 2024
1 parent 31c43b9 commit 889dcdb
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",
"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",
"label": "Meter Report Interval",
"valueSize": 2,
"unit": "10 seconds",
"minValue": 0,
"maxValue": 3240,
"defaultValue": 3
Expand Down

0 comments on commit 889dcdb

Please sign in to comment.