add app param 'key_required'

This commit is contained in:
2017-03-22 07:55:12 +01:00
parent 59f6b32e7c
commit 57e578540c
4 changed files with 31 additions and 13 deletions

View File

@@ -58,6 +58,7 @@ return [
/**
* if true, key in/out events will generate doorlog events
*/
'key_toggle_door_log_enabled' => false
'key_toggle_door_log_enabled' => false,
//if key required for entry trough the door
'key_required' => true
];