zwave-js/.config-db/devices/0x0165/cws-3101.json
2025-01-10 22:05:04 -08:00

225 lines
4 KiB
JSON

{
"manufacturer": "ID-RF",
"manufacturerId": "0x0165",
"label": "CWS-3101",
"description": "Wall Switch",
"devices": [
{
"productType": "0x0002",
"productId": "0x0003"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "Button 1 - Mono - Controlled nodes",
"maxNodes": 8
},
"3": {
"label": "Button 2 - Mono - Controlled nodes",
"maxNodes": 8
},
"4": {
"label": "Button 3 - Mono - Controlled nodes",
"maxNodes": 8
},
"5": {
"label": "Button 4 - Mono - Controlled nodes",
"maxNodes": 8
},
"6": {
"label": "Button 1 and 3 - Duo - Controlled nodes",
"maxNodes": 8
},
"7": {
"label": "Button 2 and 4 - Duo - Controlled nodes",
"maxNodes": 8
}
},
"paramInformation": [
{
"#": "1",
"label": "Buttons 1 and 3 Profile",
"description": "To set-up the profile of buttons 1 and 3",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Scene",
"value": 0
},
{
"label": "Mono",
"value": 1
},
{
"label": "Duo",
"value": 2
}
]
},
{
"#": "2",
"label": "Buttons 2 and 4 Profile",
"description": "To set-up the profile of buttons 2 and 4",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Scene",
"value": 0
},
{
"label": "Mono",
"value": 1
},
{
"label": "Duo",
"value": 2
}
]
},
{
"#": "3",
"label": "Scene Type",
"description": "To choose the way of sending Scene to the gateway",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Central Scene",
"value": 0
},
{
"label": "Scene Activation",
"value": 1
}
]
},
{
"#": "4",
"label": "Button 1 Configuration",
"description": "To set-up the how button 1 behaves, when set in MONO Profile",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Control group 2",
"value": 0
},
{
"label": "All switches on",
"value": 1
},
{
"label": "All switches off",
"value": 2
}
]
},
{
"#": "5",
"label": "Button 2 Configuration",
"description": "To set-up the how button 2 behaves, when set in MONO Profile",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Control group 3",
"value": 0
},
{
"label": "All switches on",
"value": 1
},
{
"label": "All switches off",
"value": 2
}
]
},
{
"#": "6",
"label": "Button 3 Configuration",
"description": "To set-up the how button 3 behaves, when set in MONO Profile",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Control group 4",
"value": 0
},
{
"label": "All switches on",
"value": 1
},
{
"label": "All switches off",
"value": 2
}
]
},
{
"#": "7",
"label": "Button 4 Configuration",
"description": "To set-up the how button 4 behaves, when set in MONO Profile",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Control group 5",
"value": 0
},
{
"label": "All switches on",
"value": 1
},
{
"label": "All switches off",
"value": 2
}
]
},
{
"#": "8",
"label": "LED Management",
"description": "How to set up LED behaviour",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "No LED",
"value": 0
},
{
"label": "Flash blue after button press",
"value": 1
},
{
"label": "Blink to confirm command",
"value": 2
},
{
"label": "Flash blue and blink to confirm command",
"value": 3
}
]
}
]
}