mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-05 17:46:29 +02:00
5 lines
120 B
Python
5 lines
120 B
Python
#!/usr/bin/env python
|
|
|
|
def execute(api):
|
|
code=api.send("wlan0","Hello World!",1,1)
|
|
api.log("Sender "+str(code))
|