zwave-js/.config-db/devices/0x0315/ws-100.json

59 lines
973 B
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "zwaveproducts.com",
"manufacturerId": "0x0315",
"label": "WS-100",
"description": "Switch",
"devices": [
{
"productType": "0x4447",
"productId": "0x3033"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "3",
"label": "LED Indicator",
"description": "Controls LED behavior when switch state is on/off",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Off/On",
"value": 0
},
{
"label": "On/Off",
"value": 1
},
{
"label": "Off",
"value": 2
}
]
},
{
"#": "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
}
]
}
]
}