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

35 lines
543 B
JSON

{
"manufacturer": "Willis Electric Co., Ltd.",
"manufacturerId": "0x015d",
"label": "Zen24",
"description": "Toggle Dimmer",
"devices": [
{
"productType": "0x0111",
"productId": "0x1f1c"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Control Mode",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Mode 1",
"value": 0
},
{
"label": "Mode 2",
"value": 1
}
]
}
]
}