zwave-js/.config-db/devices/0x0230/idl-101.json
2025-01-10 22:05:04 -08:00

44 lines
751 B
JSON

{
"manufacturer": "Alphonsus Tech",
"manufacturerId": "0x0230",
"label": "IDL-101",
"description": "Z-Wave Lock",
"devices": [
{
"productType": "0x0003",
"productId": "0x0001"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"label": "Door Lock Mode",
"description": "Sets the door lock mode",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disable away manual lock",
"value": 0
},
{
"label": "Disable away auto lock",
"value": 1
},
{
"label": "Enable away manual lock",
"value": 2
},
{
"label": "Enable away auto lock",
"value": 3
}
]
}
]
}