zwave-js/.config-db/devices/0x0115/zme_06433.json

219 lines
4.3 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Z-Wave.Me",
"manufacturerId": "0x0115",
"label": "ZME_06433",
"description": "Zwave.Me Dimmer Set Everlux",
"devices": [
{
"productType": "0x1000",
"productId": "0x0002",
"zwaveAllianceId": 19
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Association group 1",
"description": "Single press and hold of up/down buttons (max. nodes in group: 14)",
"maxNodes": 14
},
"2": {
"label": "Association group 2",
"maxNodes": 14
},
"3": {
"label": "Association group 3",
"description": "Send Reports on blind state change",
"maxNodes": 14,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "LED Mode",
"description": "Set LED indication mode",
"valueSize": 1,
"defaultValue": 3,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Show switch state",
"value": 1
},
{
"label": "Night mode (Inverted switch state)",
"value": 2
},
{
"label": "Operated by Indicator Command Class",
"value": 3
}
]
},
{
"#": "2",
"label": "Automatically Switch Off After",
"description": "If not zero, automatically switch off after a user defined time",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 65535,
"defaultValue": 0,
"unsigned": true
},
{
"#": "3",
"label": "What to Do on RF Off Command",
"description": "Defines how to interpret RF Off command.",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Switch off",
"value": 0
},
{
"label": "Ignore",
"value": 1
},
{
"label": "Switch on",
"value": 2
}
]
},
{
"#": "4",
"label": "Ignore Start Level",
"description": "ignore start level in StartLevelChange",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "No",
"value": 0
},
{
"label": "Yes",
"value": 1
}
]
},
{
"#": "5",
"label": "Dimming Speed",
"description": "Time to dim on button presses",
"valueSize": 1,
"unit": "10 ms",
"minValue": 0,
"maxValue": 255,
"defaultValue": 30,
"unsigned": true
},
{
"#": "6",
"label": "Dimming Long Speed",
"description": "Time to dim on button holds and StartLevelChange",
"valueSize": 1,
"unit": "seconds",
"minValue": 1,
"maxValue": 255,
"defaultValue": 3,
"unsigned": true
},
{
"#": "7",
"label": "Set Maximum Light Level on On Click",
"description": "set action on ON command",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "No",
"value": 0
},
{
"label": "If already on",
"value": 1
},
{
"label": "Always",
"value": 2
}
]
},
{
"#": "11",
"label": "Invert Buttons",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "No",
"value": 0
},
{
"label": "Yes",
"value": 1
}
]
},
{
"#": "13",
"label": "Action on Button Single Press or Hold",
"description": "Defines which command should be sent on button single press or hold. Basic commands are sent to Association group. Switch All commands are sent broadcast.",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Switch on, off and dim using Basic Set",
"value": 1
},
{
"label": "Switch all on/off",
"value": 2
}
]
},
{
"#": "14",
"label": "Action on Button Double Press or Hold",
"description": "Defines which command should be sent on button double press or press-hold. Basic commands are sent to Association group. This will introduce a small delay for single click commands",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disabled (Don't wait for double click, default)",
"value": 0
},
{
"label": "Switch on, off and dim using Basic Set",
"value": 1
},
{
"label": "Switch all on/off",
"value": 2
}
]
}
]
}