Coder
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
README.md
|
|
|
@ -69,7 +69,7 @@ $query->operations('|'); |
|
|
|
$query = new Query('/interface/set'); |
|
|
|
$query->where('disabled', 'no'); |
|
|
|
$query->where('.id', 'ether1'); |
|
|
|
$query->tag('.tag=4'); |
|
|
|
$query->tag(4); |
|
|
|
|
|
|
|
/** |
|
|
|
* Write Query object to RouterOS and read response from it |
|
|
|
|