zwave-js/.config-db/devices/0x021f/dmwd1.json

68 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Elexa Consumer Products Inc.",
"manufacturerId": "0x021f",
"label": "DMWD1",
"description": "Dome Door & Window Sensor",
"devices": [
{
"productType": "0x0003",
"productId": "0x0101"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 5,
"isLifeline": true
},
"2": {
"label": "Basic Set",
"maxNodes": 5
},
"3": {
"label": "Notification Report",
"maxNodes": 5
},
"4": {
"label": "Binary Sensor Report",
"maxNodes": 5
}
},
"paramInformation": [
{
"#": "1",
"label": "BASIC_SET Off Delay",
"description": "The delay time from when the Door/Window Sensor sends the BASIC_SET command.",
"valueSize": 2,
"minValue": 1,
"maxValue": 65535,
"defaultValue": 30,
"unsigned": true
},
{
"#": "2",
"label": "BASIC_SET Level",
"description": "Sets the value sent by the BASIC_SET command to Association Group 2",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true,
"options": [
{
"label": "Turn off",
"value": 0
},
{
"label": "Turn on",
"value": 255
}
]
}
]
}