summaryrefslogtreecommitdiff
path: root/tests/api_sendt_wlan0_1s2r/sender.py
blob: fe2dc1a9ec749bc87d0d188d3461c45787ae1fc5 (plain)
1
2
3
4
5
6
7
8
#!/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)