Skip to content

Commit

Permalink
Add mode attribute to Aqara T1 relay (#2823)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulcahey authored Dec 23, 2023
1 parent 0eb7fc2 commit 49b67d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zhaquirks/xiaomi/aqara/switch_t1.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class OppleCluster(XiaomiAqaraE1Cluster):
"""Xiaomi Aqara T1 relay cluster."""

attributes = {
0x0009: ("mode", t.uint8_t, True),
0x000A: ("switch_type", t.uint8_t, True),
0x0201: ("power_outage_memory", t.Bool, True),
0x0203: ("do_not_disturb", t.Bool, True),
Expand Down

0 comments on commit 49b67d4

Please sign in to comment.