def send_zcl_command(self, zcl_command, *args, **kwargs):
     ZBController.send_zcl_command(self, self.dut_node_id, zcl_command, *args, **kwargs)
     time.sleep(3)
Beispiel #2
0
 def send_zcl_command(self, zcl_command, *args, **kwargs):
     ZBController.send_zcl_command(self, self.dut_node_id, zcl_command,
                                   *args, **kwargs)
     time.sleep(3)