Beispiel #1
0
def add_robot_group(name, uuid):
    a = Robots()
    a.add(name + uuid, 'descrip tion: add a robot_group for test!!!, No.' + uuid, '机器人组')
    time.sleep(3)
Beispiel #2
0
def add_robot(name, uuid):
    a = Robots()
    a.add(name + uuid, 'descr iption: add a robot for test!!!, No.' + uuid)
    time.sleep(3)