Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
temporary remove attribute discovery for now
Browse files Browse the repository at this point in the history
  • Loading branch information
doudz committed Nov 30, 2018
1 parent e87c64d commit 50c2792
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zigate/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,9 +432,9 @@ def interpret_response(self, response):
for c in response['in_clusters']:
cluster = CLUSTERS.get(c)
if cluster:
self.attribute_discovery_request(addr,
endpoint,
cluster)
# self.attribute_discovery_request(addr,
# endpoint,
# cluster)
# some devices don't answer if more than 8 attributes asked
attrs = list(cluster.attributes_def.keys())
for i in range(0, len(attrs), 8):
Expand Down

0 comments on commit 50c2792

Please sign in to comment.