Skip to content

Commit

Permalink
Use correct cluster: TuyaZBE000Cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJulianJES committed Sep 17, 2023
1 parent 516ae6e commit e870df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zhaquirks/tuya/ts011f_plug.py
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ class Plug_v3(EnchantedDevice):
ElectricalMeasurement.cluster_id,
LightLink.cluster_id,
0x1888,
TuyaZBExternalSwitchTypeCluster.cluster_id,
TuyaZBE000Cluster.cluster_id,
],
OUTPUT_CLUSTERS: [
Ota.cluster_id,
Expand Down Expand Up @@ -1128,7 +1128,7 @@ class Plug_v3(EnchantedDevice):
TuyaZBElectricalMeasurement,
LightLink.cluster_id,
0x1888,
TuyaZBExternalSwitchTypeCluster,
TuyaZBE000Cluster,
],
OUTPUT_CLUSTERS: [
Ota.cluster_id,
Expand Down

0 comments on commit e870df3

Please sign in to comment.