zwave-js/.config-db/devices/0x0154/004001.json

107 lines
1.9 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Popp & Co",
"manufacturerId": "0x0154",
"label": "004001",
"description": "Smoke Detector and Siren",
"devices": [
{
"productType": "0x0100",
"productId": "0x0201"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "Alarm Reports",
"maxNodes": 4
},
"3": {
"label": "Switching Command when Alarm",
"maxNodes": 4
}
},
"paramInformation": [
{
"#": "1",
"label": "Siren Alarm Sequence Duration",
"valueSize": 1,
"unit": "seconds",
"minValue": 3,
"maxValue": 129,
"defaultValue": 10,
"unsigned": true
},
{
"#": "2",
"label": "Siren Alarm Tone Length",
"description": "Total length of the sound versus silence within this interval.",
"valueSize": 1,
"unit": "seconds",
"minValue": 3,
"maxValue": 129,
"defaultValue": 10,
"unsigned": true
},
{
"#": "3",
"label": "Value of On-Command",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 99
},
{
"#": "4",
"label": "Value of Off-Command",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 0
},
{
"#": "5",
"label": "Status of Automated Meshing of Smoke Alarms",
"description": "Inform other smoke detectors of same type about smoke alarms",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Inactive",
"value": 0
},
{
"label": "Active",
"value": 1
}
]
},
{
"#": "6",
"label": "Status of Automated Meshing of Battery Alarms",
"description": "Inform other smoke detectors of same type about battery alarms",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Inactive",
"value": 0
},
{
"label": "Active",
"value": 1
}
]
}
]
}