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

68 lines
1.2 KiB
JSON

{
"manufacturer": "Wenzhou MTLC Electric Appliances Co., Ltd.",
"manufacturerId": "0x011a",
"label": "ZW500D",
"description": "Dimmer",
"devices": [
{
"productType": "0x0102",
"productId": "0x0201"
},
{
"productType": "0x0102",
"productId": "0x0202"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Group 1",
"maxNodes": 5,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"label": "Configure LED Light State",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "LED off with load on",
"value": 0
},
{
"label": "LED on with load on",
"value": 1
}
]
},
{
"#": "2",
"label": "Reverse Installed Direction",
"description": "Control if switch up is on or off",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Normal install - Up is on",
"value": 0
},
{
"label": "Invert switch",
"value": 1
}
]
}
],
"compat": {
// The device expects to be queried after status changes, but ramps up too slow to be queried immediately.
"manualValueRefreshDelayMs": 3000
}
}