コード例 #1
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)
コード例 #2
0
ファイル: singledevicetester.py プロジェクト: nbgdf/zigsnake
 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)