Skip to content

Commit

Permalink
ICP-5567 - Change Schlage device join names to suit different models (S…
Browse files Browse the repository at this point in the history
…martThingsCommunity#3321)

Change-Id: If805650c3561ffdaecfae61cb8edf7910b90f20c
  • Loading branch information
f-yoneyama authored and Mariusz A committed Aug 1, 2018
1 parent b326013 commit b201c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devicetypes/smartthings/zwave-lock.src/zwave-lock.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ metadata {
fingerprint mfr:"0090", prod:"0001", model:"0642", deviceJoinName: "KwikSet SmartCode 916 Touchscreen Deadbolt Door Lock"
fingerprint mfr:"0090", prod:"0003", model:"0642", deviceJoinName: "KwikSet SmartCode 916 Touchscreen Deadbolt Door Lock"
// Schlage
fingerprint mfr:"003B", prod:"6341", model:"0544", deviceJoinName: "Schlage Camelot Touchscreen Deadbolt Door Lock"
fingerprint mfr:"003B", prod:"6341", model:"5044", deviceJoinName: "Schlage Century Touchscreen Deadbolt Door Lock"
fingerprint mfr:"003B", prod:"6341", model:"0544", deviceJoinName: "Schlage Touchscreen Deadbolt Door Lock"
fingerprint mfr:"003B", prod:"6341", model:"5044", deviceJoinName: "Schlage Touchscreen Deadbolt Door Lock"
fingerprint mfr:"003B", prod:"634B", model:"504C", deviceJoinName: "Schlage Connected Keypad Lever Door Lock"
// Yale
fingerprint mfr:"0129", prod:"0002", model:"0800", deviceJoinName: "Yale Touchscreen Deadbolt Door Lock" // YRD120
Expand Down

0 comments on commit b201c91

Please sign in to comment.