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

112 lines
2.1 KiB
JSON

{
"manufacturer": "Qubino",
"manufacturerId": "0x0159",
"label": "ZMNHQD",
"description": "Qubino LUXY Smart Light",
"devices": [
{
"productType": "0x0008",
"productId": "0x0051"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Digital Input Type",
"description": "Defines the type of input device connected to digital input.",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Push-Button",
"value": 0
},
{
"label": "On/Off toggle switch",
"value": 1
},
{
"label": "Motion sensor",
"value": 2
},
{
"label": "Motion sensor with memory",
"value": 3
}
]
},
{
"#": "3",
"label": "Turn Off Alarming",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Only by Z-Wave",
"value": 0
},
{
"label": "By capacitive input or Z-Wave command",
"value": 1
}
]
},
{
"#": "5",
"label": "Motion Sensor Memory Timer",
"description": "Time after which the output triggered by motion sensor is turned off.",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 32535,
"defaultValue": 10
},
{
"#": "10",
"label": "Auto-on Timer",
"description": "Defines the time after which the device is turned to last known state.",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 32535,
"defaultValue": 0
},
{
"#": "11",
"label": "Auto-Off Timer",
"description": "Defines the time after which the device is turned to last known state.",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 32535,
"defaultValue": 0
},
{
"#": "30",
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
},
{
"#": "50",
"label": "Enable/disable Beeper",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Enabled",
"value": 1
}
]
}
]
}