zwave-js/.config-db/devices/0x0315/wd-100.json
2025-01-10 22:05:04 -08:00

74 lines
1.5 KiB
JSON

{
"manufacturer": "zwaveproducts.com",
"manufacturerId": "0x0315",
"label": "WD-100",
"description": "In-Wall Dimmer",
"devices": [
{
"productType": "0x4447",
"productId": "0x3034"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "4",
"label": "Orientation",
"description": "Controls the on/off orientation of the rocker switch",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Normal",
"value": 0
},
{
"label": "Inverted",
"value": 1
}
]
},
{
"#": "7",
"label": "Remote Dim Level Increment",
"description": "Number of dim levels to change for each dim step when remotely commanded",
"valueSize": 1,
"minValue": 1,
"maxValue": 99,
"defaultValue": 1
},
{
"#": "8",
"label": "Remote Dim Step Duration",
"description": "Interval between dimming steps when remotely commanded",
"valueSize": 2,
"unit": "10 ms",
"minValue": 1,
"maxValue": 255,
"defaultValue": 3
},
{
"#": "9",
"label": "Dim Level Increment",
"description": "Indicates the number of levels to change dimming each step",
"valueSize": 1,
"minValue": 1,
"maxValue": 99,
"defaultValue": 1
},
{
"#": "10",
"label": "Step Duration",
"description": "Interval between dimming steps",
"valueSize": 2,
"unit": "10 ms",
"minValue": 1,
"maxValue": 255,
"defaultValue": 3
}
]
}