zwave-js/.config-db/devices/0x0113/lpm-15.json
2025-01-10 22:05:04 -08:00

61 lines
1.1 KiB
JSON

{
"manufacturer": "Evolve",
"manufacturerId": "0x0113",
"label": "LPM-15",
"description": "Appliance Module",
"devices": [
{
"productType": "0x5250",
"productId": "0x3030"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "3",
"label": "Night Light",
"description": "Defines the behavior of the blue LED; default has LED on when switch is off.",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "LED on when switch is off",
"value": 0
},
{
"label": "LED on when switch is on",
"value": 1
},
{
"label": "LED always off",
"value": 2
}
]
},
{
"#": "4",
"label": "Invert Switch",
"description": "Change the top of the switch to OFF and the bottom of the switch to ON.",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "No",
"value": 0
},
{
"label": "Yes",
"value": 1
}
]
}
],
"compat": {
"mapBasicSet": "event"
}
}