Skip to content

Commit

Permalink
Change ep_attribute of Tuya clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJulianJES committed Sep 24, 2023
1 parent d398bfe commit a061fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zhaquirks/tuya/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ class TuyaZBE000Cluster(CustomCluster):

name = "Tuya Manufacturer Specific 0"
cluster_id = TUYA_CLUSTER_E000_ID
ep_attribute = "tuya_manufacturer_specific_0"
ep_attribute = "tuya_manufacturer_specific_57344"


# Tuya Zigbee Cluster 0xE001 Implementation
Expand All @@ -1135,7 +1135,7 @@ class TuyaZB1888Cluster(CustomCluster):

name = "Tuya Manufacturer Specific 1"
cluster_id = TUYA_CLUSTER_1888_ID
ep_attribute = "tuya_manufacturer_specific_1"
ep_attribute = "tuya_manufacturer_specific_6280"


# Tuya Window Cover Implementation
Expand Down

0 comments on commit a061fa6

Please sign in to comment.