-
-
Notifications
You must be signed in to change notification settings - Fork 634
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adding new yale yrd420 touch lock
- Loading branch information
Showing
1 changed file
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"manufacturer": "Yale", | ||
"manufacturerId": "0x0129", | ||
"label": "YRD420-F-ZW3", | ||
"description": "Assure Lock 2 Touch Deadbolt", | ||
"devices": [ | ||
{ | ||
"productType": "0x8107", | ||
"productId": "0x49d2" | ||
} | ||
], | ||
"firmwareVersion": { | ||
"min": "0.0", | ||
"max": "255.255" | ||
}, | ||
"paramInformation": [ | ||
{ | ||
"#": "1", | ||
"$import": "templates/yale_template.json#volume_two_options" | ||
}, | ||
{ | ||
"#": "2", | ||
"$import": "templates/yale_template.json#auto_relock" | ||
}, | ||
{ | ||
"#": "3", | ||
"$import": "templates/yale_template.json#auto_relock_time_180" | ||
}, | ||
{ | ||
"#": "4", | ||
"$import": "templates/yale_template.json#wrong_code_limit_3_to_10" | ||
}, | ||
{ | ||
"#": "7", | ||
"$import": "templates/yale_template.json#wrong_code_lockout_10_to_132" | ||
}, | ||
{ | ||
"#": "8", | ||
"$import": "templates/yale_template.json#operating_mode_normal_privacy_passage" | ||
}, | ||
{ | ||
"#": "11", | ||
"$import": "templates/yale_template.json#one_touch", | ||
"defaultValue": 255 | ||
}, | ||
{ | ||
"#": "12", | ||
"$import": "templates/yale_template.json#privacy_button" | ||
}, | ||
{ | ||
"#": "13", | ||
"$import": "templates/yale_template.json#lock_status_led" | ||
}, | ||
{ | ||
"#": "28", | ||
"$import": "templates/yale_template.json#expiring_pin_lifetime" | ||
} | ||
], | ||
"metadata": { | ||
"$import": "templates/yale_template.json#assure2_zw3_metadata", | ||
"reset": "Please use this procedure only when the network primary controller is missing or otherwise inoperable.\n1. Remove the inside lever with the lever removal tool.\n2. Remove battery cover using hex wrench provided with lock.\n3. Remove four (4) AA batteries.\n4. Remove the 10-32 x 3/4\" pan head screw from the center of the battery housing into the barrel nut of the outside assembly.\n5. Remove inside escutcheon. Cables may stay connected.\n6. Reinstall batteries \n7. On the back of the PC board, push and hold the Reset Button with the lever removal tool for 3 seconds.\n8. While continuing the press the reset button, temporarily remove one AA battery.\n9. Reinstall the battery\n10. Release reset button and wait 15 seconds. Speaker will announce \"Welcome to Yale\"\n11. Reassemble escutcheon" | ||
} | ||
} |