Replies: 1 comment
-
First you need to get tuple(api('/interface/wireless/monitor', **{'.id': '*6', 'duration':1})) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been attempting run to this string, that works when issued on my Mikrotik router: /interface/lte/monitor 0 once
Path is '/interface/lte', command is 'monitor' and it takes optional arguments, '0 once' in this case. Without the options '0 once', it comes with a prompt, but I need to be able to parse it with code.
How does one code my string via this library?
Beta Was this translation helpful? Give feedback.
All reactions