Skip to content

Commit

Permalink
feat(config): add Ring Alarm Panic Button Gen2
Browse files Browse the repository at this point in the history
add Ring Panic Button Gen2 to close #6440

Signed-off-by: Bob Eckhoff <[email protected]>
  • Loading branch information
apella12 committed Oct 23, 2023
1 parent 3c729a4 commit 2b3a7fa
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions packages/config/config/devices/0x0346/panic_button_gen2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"manufacturer": "Ring",
"manufacturerId": "0x0346",
"label": "Ring Alarm Panic Button",
"description": "Panic Button (2nd Gen)",
"devices": [
{
"productType": "0x0801",
"productId": "0x0401"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Heartbeats",
"valueSize": 1,
"unit": "minutes",
"minValue": 1,
"maxValue": 70,
"defaultValue": 70
},
{
"#": "2",
"label": "Number of Application Level Retries",
"valueSize": 1,
"minValue": 0,
"maxValue": 5,
"defaultValue": 1
},
{
"#": "3",
"label": "Application Level Retry Base Wait Time Period",
"valueSize": 1,
"unit": "seconds",
"minValue": 1,
"maxValue": 60,
"defaultValue": 5
},
{
"#": "4",
"label": "Button Hold-Time",
"valueSize": 1,
"unit": "0.5 seconds",
"minValue": 1,
"maxValue": 20,
"defaultValue": 6
},
{
"#": "5",
"label": "Wait Time for A Supervisory Report Response",
"valueSize": 2,
"unit": "ms",
"minValue": 500,
"maxValue": 30000,
"defaultValue": 10000
},
{
"#": "6",
"label": "One Shot Timer",
"valueSize": 2,
"unit": "seconds",
"minValue": 500,
"maxValue": 30000,
"defaultValue": 10000
}
]
}

0 comments on commit 2b3a7fa

Please sign in to comment.