mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-07 02:26:28 +02:00
13 lines
305 B
Python
13 lines
305 B
Python
![]() |
#!/usr/bin/env python
|
||
|
|
||
|
def execute(api):
|
||
|
api.send("eth0","Hello World!",0,1)
|
||
|
api.wait(0)
|
||
|
api.send("eth0","Hello World!",0,1)
|
||
|
api.wait(1)
|
||
|
api.send("eth0","Hello World!",0,1)
|
||
|
api.wait(1)
|
||
|
api.wait(1)
|
||
|
api.send("eth0","Hello World!",0,1)
|
||
|
api.send("eth0","Hello World!",0,1)
|