Skip to content

Commit

Permalink
Add debug when update zigbee network info
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Dec 30, 2020
1 parent 7f0d83d commit 40e36b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/xiaomi_gateway3/core/gateway3.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ def process_z3(self, payload: str):
self.z3buffer['buffer'] += payload

def get_gateway_info(self):
self.debug("Update zigbee network info")
payload = {'commands': [
{'commandcli': "debugprint all_on"},
{'commandcli': "plugin device-table print"},
Expand Down

0 comments on commit 40e36b4

Please sign in to comment.