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

106 lines
2.2 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Elexa Consumer Products Inc.",
"manufacturerId": "0x021f",
"label": "DMWS1",
"description": "Dome Leak Sensor",
"devices": [
{
"productType": "0x0003",
"productId": "0x0085"
}
],
"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": "Total Alarm Duration",
"description": "Total time the Leak Sensor will beep and light its LED in the event of a leak",
"valueSize": 1,
"unit": "minutes",
"minValue": 0,
"maxValue": 255,
"defaultValue": 120,
"unsigned": true
},
{
"#": "2",
"label": "Mute Time",
"description": "Quiet time between each Reminder Alarm",
"valueSize": 1,
"unit": "minutes",
"minValue": 1,
"maxValue": 255,
"defaultValue": 1,
"unsigned": true
},
{
"#": "3",
"label": "Initial Alarm",
"description": "Time the Leak Sensor beeps before it is muted",
"valueSize": 1,
"unit": "seconds",
"minValue": 10,
"maxValue": 255,
"defaultValue": 60,
"unsigned": true
},
{
"#": "4",
"label": "Reminder Alarm",
"description": "Length of each beep after the Initial Alarm",
"valueSize": 1,
"unit": "seconds",
"minValue": 5,
"maxValue": 255,
"defaultValue": 5,
"unsigned": true
},
{
"#": "5",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Audible Alarm",
"description": "Enables or disables the audible alarm (“beeping”)",
"defaultValue": 1
},
{
"#": "6",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Water Detection",
"description": "If disabled, the device will not respond in any way to detected leaks.",
"defaultValue": 1
},
{
"#": "7",
"label": "Basic Set Level",
"description": "The value sent by the BASIC_SET command to Association Group 2",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true
}
]
}