mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-09 22:56:53 +00:00
9 lines
177 B
Python
9 lines
177 B
Python
![]() |
#!/usr/bin/env python
|
||
|
|
||
|
def execute(api):
|
||
|
# Should works
|
||
|
api.sendt("wlan0","Hello World!",1,1,2)
|
||
|
# Should not work
|
||
|
api.sendt("wlan0","Hello World!",1,1,0.5)
|
||
|
|