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

36 lines
562 B
JSON

{
"manufacturer": "CBCC Domotique SAS",
"manufacturerId": "0x0166",
"label": "SW-ZAP-1",
"description": "Swiid Plug",
"devices": [
{
"productType": "0x2007",
"productId": "0x0706"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Switch All",
"valueSize": 1,
"defaultValue": 255,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Disabled",
"value": 0
},
{
"label": "Enabled",
"value": 255
}
]
}
]
}