Skip to content

Commit

Permalink
feat(config): address Device Comments
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Eckhoff <[email protected]>
  • Loading branch information
apella12 committed Oct 24, 2023
1 parent 2b3a7fa commit d6ade8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/config/config/devices/0x0346/panic_button_gen2.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manufacturer": "Ring",
"manufacturerId": "0x0346",
"label": "Ring Alarm Panic Button",
"label": "5F56E9",
"description": "Panic Button (2nd Gen)",
"devices": [
{
Expand All @@ -16,7 +16,7 @@
"paramInformation": [
{
"#": "1",
"label": "Heartbeats",
"label": "Heartbeat Interval",
"valueSize": 1,
"unit": "minutes",
"minValue": 1,
Expand All @@ -25,15 +25,15 @@
},
{
"#": "2",
"label": "Number of Application Level Retries",
"label": "Message Retry Attempt Limit",
"valueSize": 1,
"minValue": 0,
"maxValue": 5,
"defaultValue": 1
},
{
"#": "3",
"label": "Application Level Retry Base Wait Time Period",
"label": "Delay Between Retry Attempts",
"valueSize": 1,
"unit": "seconds",
"minValue": 1,
Expand All @@ -51,7 +51,7 @@
},
{
"#": "5",
"label": "Wait Time for A Supervisory Report Response",
"label": "Supervision Report Timeout",
"valueSize": 2,
"unit": "ms",
"minValue": 500,
Expand Down

0 comments on commit d6ade8a

Please sign in to comment.