zwave-js/.config-db/devices/0x0166/sw-zcs-1.json
2025-01-10 22:05:04 -08:00

60 lines
1,002 B
JSON

{
"manufacturer": "CBCC Domotique SAS",
"manufacturerId": "0x0166",
"label": "SW-ZCS",
"description": "Cord Switch",
"devices": [
{
"productType": "0x0100",
"productId": "0x0100",
"zwaveAllianceId": 1082
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Group 1",
"maxNodes": 5
},
"2": {
"label": "Group 2",
"maxNodes": 5,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Switch All",
"valueSize": 1,
"defaultValue": 255,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Switch on only",
"value": 1
},
{
"label": "Switch off only",
"value": 2
},
{
"label": "Fully enabled",
"value": 255
}
]
}
],
"compat": {
// The device only sends Binary Switch Reports as broadcast (not routed) and Basic Sets
"mapBasicSet": "auto"
}
}