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

307 lines
5.7 KiB
JSON

{
"manufacturer": "wiDom",
"manufacturerId": "0x0149",
"label": "WDS",
"description": "Universal Double Switch",
"devices": [
{
"productType": "0x1214",
"productId": "0x0504"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 1,
"isLifeline": true
},
"2": {
"label": "On/Off control (Switch 1)",
"maxNodes": 8
},
"3": {
"label": "Dimming control (Switch 1)",
"maxNodes": 8
},
"4": {
"label": "On/Off control (Switch 2)",
"maxNodes": 8
},
"5": {
"label": "Dimming control (Switch 2)",
"maxNodes": 8
}
},
"paramInformation": [
{
"#": "1",
"label": "Status Upon Receipt of 1 Click",
"description": "Defines the status of the output O1/O2 after 1 Click",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "IN_OUT",
"value": 0
},
{
"label": "Toggle",
"value": 1
},
{
"label": "On",
"value": 2
},
{
"label": "Off",
"value": 3
},
{
"label": "Ignore",
"value": 4
}
]
},
{
"#": "2",
"label": "Status Upon Receipt of 2 Clicks",
"description": "Defines the status of the output O1/O2 after 2 Clicks",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Toggle",
"value": 1
},
{
"label": "On",
"value": 2
},
{
"label": "Off",
"value": 3
},
{
"label": "Ignore",
"value": 4
}
]
},
{
"#": "3",
"label": "Type of Outputs",
"description": "Defines how the outputs are controlled",
"valueSize": 1,
"minValue": 0,
"maxValue": 39,
"defaultValue": 0
},
{
"#": "4",
"label": "Number of Clicks That Control the Device",
"description": "Defines the Clicks on the Switches that control associated devices",
"valueSize": 1,
"defaultValue": 2,
"allowManualEntry": false,
"options": [
{
"label": "Controlled by 1 click",
"value": 1
},
{
"label": "Controlled by 2 clicks",
"value": 2
}
]
},
{
"#": "5",
"label": "Level Used to Control Association Group 2 and 3",
"valueSize": 1,
"minValue": -1,
"maxValue": 106,
"defaultValue": 100
},
{
"#": "6",
"label": "Level Used to Control Association Group 4 and 5",
"valueSize": 1,
"minValue": -1,
"maxValue": 106,
"defaultValue": 100
},
{
"#": "10",
"label": "Timer to Switch OFF the Channel 1",
"description": "Defines the time after which the Channel 1 is switched OFF",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 32000,
"defaultValue": 0
},
{
"#": "11",
"label": "Timer to Switch OFF the Channel 2",
"description": "Defines the time after which the Channel 2 is switched OFF",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 32000,
"defaultValue": 0
},
{
"#": "12",
"label": "Timer to Switch ON the Channel 1",
"description": "Defines the time after which the Channel 1 is switched ON",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 32000,
"defaultValue": 0
},
{
"#": "13",
"label": "Timer to Switch ON the Channel 2",
"description": "Defines the time after which the Channel 2 is switched ON",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 32000,
"defaultValue": 0,
"readOnly": true
},
{
"#": "20",
"label": "Status After Multi-Channel Basic Set Command",
"description": "Defines how Basic Set commands controlling outputs",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "As received",
"value": 1
},
{
"label": "Ignore if on",
"value": 2
},
{
"label": "Ignore if off",
"value": 3
},
{
"label": "Ignore",
"value": 4
}
]
},
{
"#": "21",
"label": "Outputs Status Upon Receipt of A Basic Set Command",
"description": "Define which channels are controlled by Basic Set command",
"valueSize": 2,
"defaultValue": 3,
"allowManualEntry": false,
"options": [
{
"label": "Channel 1",
"value": 1
},
{
"label": "Both channels",
"value": 3
}
]
},
{
"#": "60",
"label": "Start-Up Status",
"description": "Defines the status of the device following a restart.",
"valueSize": 1,
"defaultValue": 4,
"allowManualEntry": false,
"options": [
{
"label": "OFF_OFF",
"value": 0
},
{
"label": "ON_OFF",
"value": 1
},
{
"label": "OFF_ON",
"value": 2
},
{
"label": "ON_ON",
"value": 3
},
{
"label": "Previous status",
"value": 4
}
]
},
{
"#": "61",
"label": "Configuration Reset",
"description": "Defines which parameters should be reset to default values",
"valueSize": 1,
"defaultValue": 4,
"allowManualEntry": false,
"options": [
{
"label": "Factory reset",
"value": 0
},
{
"label": "Associations reset",
"value": 1
},
{
"label": "Configurations reset",
"value": 2
},
{
"label": "Restart device",
"value": 3
},
{
"label": "Ignore",
"value": 4
}
]
},
{
"#": "62",
"label": "Type of External Switch",
"description": "Defines the type of external switch connected to the device",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Ignore",
"value": 0
},
{
"label": "Button",
"value": 1
},
{
"label": "Switch",
"value": 2
}
]
}
]
}