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

121 lines
1.8 KiB
JSON

{
"manufacturer": "BRK Brands, Inc.",
"manufacturerId": "0x0138",
"label": "ZCOMBO",
"description": "Smoke and Carbon Monoxide Alarm",
"devices": [
{
"productType": "0x0001",
"productId": "0x0002"
},
{
"productType": "0x000c",
"productId": "0x0001"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Group 1",
"maxNodes": 1,
"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": 2,
"alarmLevel": 255
},
"to": {
"notificationType": 2,
"notificationEvent": 2
}
},
{
"from": {
"alarmType": 2,
"alarmLevel": 0
},
"to": {
"notificationType": 2,
"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
}
}
]
}
}