Skip to content

Commit

Permalink
Add support for Nimly easyCodeTouch_v1 lock (#3580)
Browse files Browse the repository at this point in the history
  • Loading branch information
uvNikita authored Dec 12, 2024
1 parent ca2a43d commit 5f1a7f2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions zhaquirks/nimly/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,17 @@

(
QuirkBuilder(NIMLY, "EasyFingerTouch")
.also_applies_to(NIMLY, "EasyCodeTouch")
.applies_to(NIMLY, "EasyCodeTouch")
.applies_to(NIMLY, "easyCodeTouch_v1")
.node_descriptor(NIMLY_LOCK_NODE_DESCRIPTOR)
.add_to_registry()
)

(
QuirkBuilder(NIMLY, "NimlyPRO")
.also_applies_to(NIMLY, "NimlyCode")
.also_applies_to(NIMLY, "NimlyTouch")
.also_applies_to(NIMLY, "NimlyIn")
.applies_to(NIMLY, "NimlyCode")
.applies_to(NIMLY, "NimlyTouch")
.applies_to(NIMLY, "NimlyIn")
.node_descriptor(NIMLY_LOCK_NODE_DESCRIPTOR)
.replaces(DoublingPowerConfigurationCluster, endpoint_id=11)
.add_to_registry()
Expand Down

0 comments on commit 5f1a7f2

Please sign in to comment.