zwave-js/.config-db/devices/0x0346/panic_button_gen2.json

76 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Ring",
"manufacturerId": "0x0346",
"label": "5F56E9",
"description": "Panic Button (2nd Gen)",
"devices": [
{
"productType": "0x0801",
"productId": "0x0401"
},
{
"productType": "0x0801",
"productId": "0x0301"
}
],
"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
}
]
}