zwave-js/.config-db/devices/0x0433/q-light_zerodim_2pol.json
2025-01-10 22:05:04 -08:00

121 lines
3 KiB
JSON

{
"manufacturer": "Q-light",
"manufacturerId": "0x0433",
"label": "ZERODIM 2-Pol",
"description": "Q-Light Zerodim 2-Pol",
"devices": [
{
"productType": "0x0003",
"productId": "0x000e"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "On/Off (rotary knob) - Basic command", // Mirror of endpoint 1, group 2,
"maxNodes": 5
},
"3": {
"label": "Dimmer (rotary knob) - Multilevel switch command", // Mirror of endpoint 1, group 3,
"maxNodes": 5
}
},
"paramInformation": [
{
"#": "1",
"label": "Minimum Brightness Level",
"description": "Set the desired value from 1 to 98% for the minimum dim level that the dimmer is restricted to, the dimmer will not go lower than the value set here.",
"valueSize": 1,
"unit": "%",
"minValue": 1,
"maxValue": 98,
"defaultValue": 10
},
{
"#": "2",
"label": "Maximum Brightness Level",
"description": "Set the desired value from 2 to 99% for the maximum dim level that the dimmer is restricted to; the dimmer will not go higher than the value set here.",
"valueSize": 1,
"unit": "%",
"minValue": 2,
"maxValue": 99,
"defaultValue": 99
},
{
"#": "3",
"label": "Automatic Control - Dimming Step Size",
"description": "This parameter defines the percentage value of dimming step during the automatic control.",
"valueSize": 1,
"unit": "%",
"minValue": 1,
"maxValue": 99,
"defaultValue": 1
},
{
"#": "4",
"label": "Automatic Control - Time of A Dimming Step",
"description": "This parameter defines the time of single dimming step set in parameter 3 during the automatic control.",
"valueSize": 1,
"minValue": 1,
"maxValue": 255,
"defaultValue": 1,
"unsigned": true
},
{
"#": "5",
"label": "Manual Control - Dimming Step Size",
"description": "This parameter defines the percentage value of dimming step during the manual control.",
"valueSize": 1,
"minValue": 1,
"maxValue": 99,
"defaultValue": 1
},
{
"#": "6",
"label": "Manual Control - Time of A Dimming Step",
"description": "This parameter defines the time of single dimming step setin parameter 5 during the manual control.",
"valueSize": 1,
"minValue": 1,
"maxValue": 255,
"defaultValue": 5,
"unsigned": true
},
{
"#": "7",
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
},
{
"#": "8",
"label": "Scene ID Set",
"description": "Scene ID is set by this configuration. Note: The actual action of each SCENE ID are set by SCENE_ACTUATOR_CONF(0x26) command.",
"valueSize": 1,
"minValue": 1,
"maxValue": 255,
"defaultValue": 1,
"unsigned": true
},
{
"#": "9",
"label": "Auto-Off Timer",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 32767,
"defaultValue": 0,
"options": [
{
"label": "Disable",
"value": 0
}
]
}
]
}