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

94 lines
1.5 KiB
JSON

{
"manufacturer": "wiDom",
"manufacturerId": "0x0149",
"label": "UBS104",
"description": "WiDom Universal Relay Switch",
"devices": [
{
"productType": "0x0012",
"productId": "0x0104",
"zwaveAllianceId": 1016
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Group 1",
"maxNodes": 16,
"isLifeline": true
},
"2": {
"label": "Group 2",
"maxNodes": 16
},
"3": {
"label": "Group 3",
"maxNodes": 16
},
"4": {
"label": "Group 4",
"maxNodes": 16
},
"5": {
"label": "Group 5",
"maxNodes": 16
}
},
"paramInformation": [
{
"#": "1",
"label": "Device Status 1 Click",
"description": "Device status when the external switch receives 1 click",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Toggle",
"value": 1
},
{
"label": "On",
"value": 2
},
{
"label": "Off",
"value": 3
},
{
"label": "Ignore",
"value": 4
}
]
},
{
"#": "2",
"label": "Device Status 2 Click",
"description": "Device status when the external switch receives 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
}
]
}
]
}