zwave-js/.config-db/devices/0x003b/templates/schlage_template.json
2025-01-10 22:05:04 -08:00

34 lines
640 B
JSON

{
"alarm_map_keymap_disabled": {
"from": {
"alarmType": 96,
"alarmLevel": 255
},
"to": {
"notificationType": 6, // Access Control
"notificationEvent": 16 // Keypad temporary disabled
}
},
"alarm_map_keypad_busy": {
"from": {
"alarmType": 144,
"alarmLevel": 255
},
"to": {
"notificationType": 6, // Access Control
"notificationEvent": 17 // Keypad busy
}
},
"alarm_map_keypad_unlock": {
"from": {
"alarmType": 16
},
"to": {
"notificationType": 6, // Access Control
"notificationEvent": 6, // Keypad unlock operation
"eventParameters": {
"userId": "alarmLevel"
}
}
}
}