zwave-js/.config-db/devices/0x0113/lsm-15.json

58 lines
1 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Evolve",
"manufacturerId": "0x0113",
"label": "LSM-15",
"description": "Wall Mounted Switch",
"devices": [
{
"productType": "0x5257",
"productId": "0x3533"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "3",
"label": "Night Light",
"description": "By default, the LED will turn OFF when the lead attached is turned ON.",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "On when load is on",
"value": 0
},
{
"label": "Off when load is on",
"value": 1
}
]
},
{
"#": "4",
"label": "Invert Switch",
"description": "To change the top of the switch to OFF and the bottom of the switch ON.",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Top-On, bottom-off",
"value": 0
},
{
"label": "Bottom--on, top-off",
"value": 1
}
]
}
],
"compat": {
"mapBasicSet": "event"
}
}