zwave-js/.config-db/devices/0x001e/ezmultipli.json

78 lines
1.5 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Express Controls",
"manufacturerId": "0x001e",
"label": "EZMultiPli",
"description": "Multi Sensor",
"devices": [
{
"productType": "0x0004",
"productId": "0x0001"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"description": "This group is normally automatically assigned to the Z-Wave system controller when EZMultiPli is added to the Z-Wave network.",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "Basic",
"description": "This group is used to directly turn lights on or off when motion is detected.",
"maxNodes": 4
}
},
"paramInformation": [
{
"#": "1",
"label": "OnTime",
"valueSize": 1,
"unit": "minutes",
"minValue": 0,
"maxValue": 127,
"defaultValue": 10
},
{
"#": "2",
"label": "OnLevel",
"description": "Allowable range: 0-99, 255",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true
},
{
"#": "3",
"label": "LiteMin",
"valueSize": 1,
"unit": "minutes",
"minValue": 0,
"maxValue": 127,
"defaultValue": 60
},
{
"#": "4",
"label": "TempMin",
"description": "A Temperature report is sent to the controller every TempMin minutes.",
"valueSize": 1,
"unit": "minutes",
"minValue": 0,
"maxValue": 127,
"defaultValue": 60
},
{
"#": "5",
"label": "TempAdj",
"valueSize": 1,
"minValue": -128,
"maxValue": 127,
"defaultValue": 0
}
]
}