zwave-js/.config-db/devices/0x0138/zsmoke.json
2025-01-10 22:05:04 -08:00

98 lines
1.5 KiB
JSON

{
"manufacturer": "BRK Brands, Inc.",
"manufacturerId": "0x0138",
"label": "ZSMOKE",
"description": "Smoke Alarm",
"devices": [
{
"productType": "0x0001",
"productId": "0x0001",
"zwaveAllianceId": 863
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Group 1",
"maxNodes": 5,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Send Double Alarms",
"description": "Causes the device to send double alarm messages",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Single alarm",
"value": 0
},
{
"label": "Double alarm",
"value": 1
}
]
}
],
"compat": {
"alarmMapping": [
{
"from": {
"alarmType": 1,
"alarmLevel": 255
},
"to": {
"notificationType": 1,
"notificationEvent": 2
}
},
{
"from": {
"alarmType": 1,
"alarmLevel": 0
},
"to": {
"notificationType": 1,
"notificationEvent": 0
}
},
{
"from": {
"alarmType": 12,
"alarmLevel": 255
},
"to": {
"notificationType": 1,
"notificationEvent": 3
}
},
{
"from": {
"alarmType": 12,
"alarmLevel": 0
},
"to": {
"notificationType": 1,
"notificationEvent": 0
}
},
{
"from": {
"alarmType": 13,
"alarmLevel": 255
},
"to": {
"notificationType": 1,
"notificationEvent": 0
}
}
]
}
}