esds/tests/simple_sendt_wlan0_1s2r/sender.py

9 lines
177 B
Python
Raw Normal View History

2022-06-09 21:48:32 +02:00
#!/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)