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

35 lines
598 B
JSON

{
"manufacturer": "Wenzhou MTLC Electric Appliances Co., Ltd.",
"manufacturerId": "0x011a",
"label": "ZW15R",
"description": "Duplex Receptacle",
"devices": [
{
"productType": "0x0101",
"productId": "0x0103"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Configure LED Light State",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Power on, LED off",
"value": 0
},
{
"label": "Power on, LED on",
"value": 1
}
]
}
]
}