zwave-js/.config-db/devices/0x014f/zm1601.json

67 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Nortek Security & Control LLC",
"manufacturerId": "0x014f",
"label": "ZM1601",
"description": "Battery Operated Siren",
"devices": [
{
"productType": "0x2005",
"productId": "0x0508"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Siren Strobe Mode",
"description": "Defines the reaction of the siren",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "All enabled",
"value": 0
},
{
"label": "Siren only",
"value": 1
},
{
"label": "Strobe only",
"value": 2
}
]
},
{
"#": "2",
"label": "Alarm Auto Stop",
"description": "Defines the auto time out of the alarm indication",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "30 seconds",
"value": 0
},
{
"label": "60 seconds",
"value": 1
},
{
"label": "120 seconds",
"value": 2
},
{
"label": "Continuous",
"value": 3
}
]
}
]
}