mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-06 01:56:27 +02:00
4 lines
82 B
Python
4 lines
82 B
Python
#!/usr/bin/env python
|
|
|
|
def execute(api):
|
|
api.send("wlan0","Hello World!",1,1)
|