Skip to content

Commit

Permalink
fix(config): override user code count for Yale ZW2 locks
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Nov 30, 2023
1 parent a58ec5d commit 6a1a795
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,17 @@
{
"$import": "templates/yale_template.json#alarm_map_auto_relock"
}
]
],
"overrideQueries": {
// The lock reports support for 250 lock codes, but slot 251 is
// the master code which isn't available otherwise in CC version 1.
"User Code": [
{
"method": "getUsersCount",
"result": 251
}
]
}
},
"metadata": {
"inclusion": "Enter the 4-8 master Pin code followed by the gear key.\nPress the 7 key followed by the gear key\nPress the 1 key followed by the gear key",
Expand Down

0 comments on commit 6a1a795

Please sign in to comment.