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

118 lines
2.1 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Elexa Consumer Products Inc.",
"manufacturerId": "0x021f",
"label": "DMDP1",
"description": "Dome Window and Door Sensor Pro",
"devices": [
{
"productType": "0x0003",
"productId": "0x0201"
}
],
"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",
"$import": "~/templates/master_template.json#enable_led_indicator",
"defaultValue": 1
},
{
"#": "2",
"label": "Configure Open/Close Reports Sent",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Reports closed when magnet is close",
"value": 0
},
{
"label": "Reports open when magnet is close",
"value": 1
}
]
},
{
"#": "3",
"label": "Switch Between Notification and Binary Sensor",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Notification Command Class is used",
"value": 0
},
{
"label": "Binary Sensor Command Class is used",
"value": 1
}
]
},
{
"#": "4",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Temperature Sensor"
},
{
"#": "5",
"label": "Temperature Offset",
"valueSize": 1,
"minValue": 0,
"maxValue": 0,
"defaultValue": 0
},
{
"#": "6",
"$import": "~/templates/master_template.json#temperature_scale"
},
{
"#": "7",
"label": "Basic Set Value (Group 2)",
"valueSize": 1,
"minValue": 0,
"maxValue": 0,
"defaultValue": 0
},
{
"#": "8",
"label": "Basic Set Value (Group 3)",
"valueSize": 1,
"minValue": 0,
"maxValue": 0,
"defaultValue": 0
},
{
"#": "9",
"label": "Basic Set Value (Group 4)",
"valueSize": 1,
"minValue": 0,
"maxValue": 0,
"defaultValue": 0
}
]
}