mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-09 14:55:22 +00:00
6 lines
164 B
Python
6 lines
164 B
Python
#!/usr/bin/env python
|
|
|
|
def execute(api):
|
|
api.send("wlan0","Hello World!",1,1)
|
|
api.send("wlan0","Hello World!",1,1)
|
|
api.send("wlan0","Hello World!",1,1)
|