zwave-js/.config-db/devices/0x003b/be369.json

96 lines
1.7 KiB
JSON
Raw Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "Allegion",
"manufacturerId": "0x003b",
"label": "BE369",
"description": "Keypad Deadbolt",
"devices": [
{
"productType": "0x634b",
"productId": "0x5044"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Basic Set",
"description": "Basic Set sent with set command (configuration parameter 7)",
"maxNodes": 3
},
"2": {
"label": "Alarm Report",
"description": "All associated commands are sent to the nodes in this group",
"maxNodes": 2,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "3",
"label": "Beeper",
"description": "Enable/Disable keypad beep",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "4",
"label": "Vacation Mode",
"description": "Enable/Disable Vacation Mode",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "5",
"label": "Lock & Leave",
"description": "Enable/Disable Lock & Leave",
"valueSize": 1,
"defaultValue": 1,
"allowManualEntry": false,
"options": [
{
"label": "Disable",
"value": 0
},
{
"label": "Enable",
"value": 1
}
]
},
{
"#": "7",
"label": "Basic Set",
"description": "Byte to send with set command to devices in association group 1",
"valueSize": 1,
"minValue": 0,
"maxValue": 255,
"defaultValue": 255,
"unsigned": true
}
]
}