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

Commit

Permalink
remove old stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
doudz committed Jul 29, 2018
1 parent a0fcfa0 commit b8c93db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion zigate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .const import *
from pydispatch import dispatcher

__version__ = '0.18.3'
__version__ = '0.18.4'

__all__ = ['ZiGate', 'ZiGateWiFi',
'dispatcher']
6 changes: 3 additions & 3 deletions zigate/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ def autoStart(self):
self.start_network(True)
self.get_devices_list(True)
self.need_refresh()
for device in self.devices:
device._bind_report()
# for device in self.devices:
# device._bind_report()

def need_refresh(self):
'''
Expand Down Expand Up @@ -804,7 +804,7 @@ def refresh_device(self, addr):
active endpoint request
'''
self.node_descriptor_request(addr)
self.power_descriptor_request(addr)
# self.power_descriptor_request(addr)
self.active_endpoint_request(addr)

def _generate_addr(self):
Expand Down

0 comments on commit b8c93db

Please sign in to comment.