Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions zhaquirks/xiaomi/aqara/plug_eu.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class OppleCluster(XiaomiAqaraE1Cluster):
attributes = {
0x0009: ("mode", types.uint8_t, True),
0x0201: ("power_outage_memory", types.Bool, True),
0x0207: ("consumer_connected", types.Bool, True),
}
# This only exists on older firmware versions. Newer versions always have the behavior as if this was set to true
attr_config = {0x0009: 0x01}
Expand Down