mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-09 22:56:53 +00:00
10 lines
197 B
Python
10 lines
197 B
Python
![]() |
#!/usr/bin/env python
|
||
|
|
||
|
def execute(api):
|
||
|
api.wait(1248)
|
||
|
if api.node_id==0:
|
||
|
api.send("wlan0","hello",50,None)
|
||
|
else:
|
||
|
api.wait(1)
|
||
|
api.send("wlan0","hello",50,None)
|