mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-07 13:11:00 +00:00
4 lines
135 B
Python
4 lines
135 B
Python
#!/usr/bin/env python
|
|
|
|
def execute(api):
|
|
api.log("wlan0 is {}".format(api.read("ncom_wlan0"))) # Ensure no commmunications at t=0s
|