181 lines
3.3 KiB
JSON
181 lines
3.3 KiB
JSON
{
|
|
"manufacturer": "Qubino",
|
|
"manufacturerId": "0x0159",
|
|
"label": "ZMNHDA",
|
|
"description": "Flush Dimmer",
|
|
"devices": [
|
|
{
|
|
"productType": "0x0001",
|
|
"productId": "0x0001"
|
|
}
|
|
],
|
|
"firmwareVersion": {
|
|
"min": "0.0",
|
|
"max": "255.255"
|
|
},
|
|
"associations": {
|
|
"1": {
|
|
"label": "multilevel",
|
|
"maxNodes": 4
|
|
},
|
|
"2": {
|
|
"label": "basic on/off triggered by the input I2 state",
|
|
"maxNodes": 4
|
|
},
|
|
"3": {
|
|
"label": "basic on/off triggered by the input I3 state",
|
|
"maxNodes": 4
|
|
},
|
|
"4": {
|
|
"label": "Controller updates",
|
|
"maxNodes": 4,
|
|
"isLifeline": true
|
|
}
|
|
},
|
|
"paramInformation": [
|
|
{
|
|
"#": "1",
|
|
"label": "Input 1 Switch Type",
|
|
"description": "Switch type (input I1)",
|
|
"valueSize": 1,
|
|
"defaultValue": 0,
|
|
"allowManualEntry": false,
|
|
"options": [
|
|
{
|
|
"label": "Mono-Stable switch (Push button)",
|
|
"value": 0
|
|
},
|
|
{
|
|
"label": "Bi-Stable (Toggle) switch",
|
|
"value": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "2",
|
|
"label": "Input 2 Contact Type",
|
|
"valueSize": 1,
|
|
"defaultValue": 0,
|
|
"allowManualEntry": false,
|
|
"options": [
|
|
{
|
|
"label": "NO (Normally open) input type",
|
|
"value": 0
|
|
},
|
|
{
|
|
"label": "NC (Normally close) input type",
|
|
"value": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "3",
|
|
"label": "Input 3 Contact Type",
|
|
"valueSize": 1,
|
|
"defaultValue": 0,
|
|
"allowManualEntry": false,
|
|
"options": [
|
|
{
|
|
"label": "NO (Normally open) input type",
|
|
"value": 0
|
|
},
|
|
{
|
|
"label": "NC (Normally close) input type",
|
|
"value": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "10",
|
|
"label": "Activate / Deactivate Functions ALL ON/ALL OFF",
|
|
"valueSize": 1,
|
|
"defaultValue": 255,
|
|
"unsigned": true,
|
|
"allowManualEntry": false,
|
|
"options": [
|
|
{
|
|
"label": "All on is not active all off is not active",
|
|
"value": 0
|
|
},
|
|
{
|
|
"label": "All on is not active all off active",
|
|
"value": 1
|
|
},
|
|
{
|
|
"label": "All on active all off is not active",
|
|
"value": 2
|
|
},
|
|
{
|
|
"label": "All on active, all off active",
|
|
"value": 255
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"#": "30",
|
|
"$import": "~/templates/master_template.json#state_after_power_failure_prev_off"
|
|
},
|
|
{
|
|
"#": "40",
|
|
"label": "Power Reporting in Watts on Power Change",
|
|
"description": "Set value means percentage",
|
|
"valueSize": 1,
|
|
"minValue": 0,
|
|
"maxValue": 100,
|
|
"defaultValue": 5
|
|
},
|
|
{
|
|
"#": "42",
|
|
"label": "Power Reporting in Watts by Time Interval",
|
|
"valueSize": 2,
|
|
"minValue": 0,
|
|
"maxValue": 65535,
|
|
"defaultValue": 300,
|
|
"unsigned": true
|
|
},
|
|
{
|
|
"#": "60",
|
|
"label": "Minimum Dimming Value",
|
|
"valueSize": 1,
|
|
"minValue": 0,
|
|
"maxValue": 98,
|
|
"defaultValue": 1
|
|
},
|
|
{
|
|
"#": "61",
|
|
"label": "Maximum Dimming Value",
|
|
"valueSize": 1,
|
|
"minValue": 2,
|
|
"maxValue": 99,
|
|
"defaultValue": 99
|
|
},
|
|
{
|
|
"#": "65",
|
|
"label": "Dimming Time (Soft On/off)",
|
|
"valueSize": 1,
|
|
"minValue": 1,
|
|
"maxValue": 255,
|
|
"defaultValue": 100,
|
|
"unsigned": true
|
|
},
|
|
{
|
|
"#": "66",
|
|
"label": "Dimming Time When Key Pressed",
|
|
"valueSize": 1,
|
|
"minValue": 1,
|
|
"maxValue": 255,
|
|
"defaultValue": 3,
|
|
"unsigned": true
|
|
}
|
|
],
|
|
"compat": {
|
|
"commandClasses": {
|
|
"add": {
|
|
// The device lists Association CC as supported, but then responds with a version of 0
|
|
"Association": {
|
|
"isSupported": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|