Skip to content

Commit d2ece83

Browse files
committed
Merge pull request SmartThingsCommunity#198 from tpmanley/feature/yale-lock
Added fingerprint for Yale YRL220 lock to ZigBee Lock DTH [DVCSMP-101]
2 parents 5f899a4 + 66dbc02 commit d2ece83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

devicetypes/smartthings/zigbee-lock.src/zigbee-lock.groovy

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
manufacturer: "Kwikset", model: "SMARTCODE_DEADBOLT_10", deviceJoinName: "Kwikset 10-Button Deadbolt"
3232
fingerprint profileId: "0104", inClusters: "0000,0001,0003,0004,0005,0009,0020,0101,0402,0B05,FDBD", outClusters: "000A,0019",
3333
manufacturer: "Kwikset", model: "SMARTCODE_DEADBOLT_10T", deviceJoinName: "Kwikset 10-Button Touch Deadbolt"
34-
34+
fingerprint profileId: "0104", inClusters: "0000,0001,0003,0009,000A,0101,0020", outClusters: "000A,0019",
35+
manufacturer: "Yale", model: "YRL220 TS LL", deviceJoinName: "Yale YRL220 Lock"
3536
}
3637

3738
tiles(scale: 2) {

0 commit comments

Comments
 (0)