diff --git a/zigate/__init__.py b/zigate/__init__.py index c426dd10..0382e997 100644 --- a/zigate/__init__.py +++ b/zigate/__init__.py @@ -4,7 +4,7 @@ from .const import * from pydispatch import dispatcher -__version__ = '0.18.3' +__version__ = '0.18.4' __all__ = ['ZiGate', 'ZiGateWiFi', 'dispatcher'] diff --git a/zigate/core.py b/zigate/core.py index ea1458cd..ac20ad8b 100644 --- a/zigate/core.py +++ b/zigate/core.py @@ -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): ''' @@ -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):