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)