We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0445ec4 commit d023ff2Copy full SHA for d023ff2
README.md
@@ -72,6 +72,9 @@ echo $data; //directory and file listing from /var
72
```
73
74
#### Start running commands: routeros
75
+
76
+NOTE: Disable all echo logging on the device or return might get corrupted if a log message echos into the shell while running a command
77
78
79
$data = $ctrlObj->getCmd("/system resource print")->exec()->get();
80
echo $data; //list of system resources
0 commit comments