Skip to content

Commit d023ff2

Browse files
author
martin
committed
efef
1 parent 0445ec4 commit d023ff2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ echo $data; //directory and file listing from /var
7272
```
7373

7474
#### 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+
7578
```
7679
$data = $ctrlObj->getCmd("/system resource print")->exec()->get();
7780
echo $data; //list of system resources

0 commit comments

Comments
 (0)