Skip to content

Commit

Permalink
feat(config): add Ring Alarm Panic Button Gen2 (#6453)
Browse files Browse the repository at this point in the history
  • Loading branch information
apella12 authored Oct 24, 2023
1 parent 2c2855b commit 8d6847f
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": "5F56E9",
"description": "Panic Button (2nd Gen)",
"devices": [
{
"productType": "0x0801",
"productId": "0x0401"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Heartbeat Interval",
"valueSize": 1,
"unit": "minutes",
"minValue": 1,
"maxValue": 70,
"defaultValue": 70
},
{
"#": "2",
"label": "Message Retry Attempt Limit",
"valueSize": 1,
"minValue": 0,
"maxValue": 5,
"defaultValue": 1
},
{
"#": "3",
"label": "Delay Between Retry Attempts",
"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": "Supervision Report Timeout",
"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 8d6847f

Please sign in to comment.