mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-09 17:44:29 +02:00
add doc/mod/inspectvar
This commit is contained in:
parent
07fc5c898a
commit
002315035c
3 changed files with 34 additions and 0 deletions
|
@ -224,6 +224,7 @@ Available modules
|
|||
|
||||
* [Manage ports in bridge](doc/mod/bridge-port-to.md)
|
||||
* [Manage VLANs on bridge ports](doc/mod/bridge-port-vlan.md)
|
||||
* [Inspect variables](doc/mod/inspectvar.md)
|
||||
* [Send notifications via Matrix](doc/mod/notification-matrix.md)
|
||||
* [Send notifications via Telegram](doc/mod/notification-telegram.md)
|
||||
|
||||
|
|
BIN
doc/mod/inspectvar.d/inspectvar.avif
Normal file
BIN
doc/mod/inspectvar.d/inspectvar.avif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
33
doc/mod/inspectvar.md
Normal file
33
doc/mod/inspectvar.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
Inspect variables
|
||||
=================
|
||||
|
||||
[◀ Go back to main README](../../README.md)
|
||||
|
||||
> ℹ️️ **Info**: This module can not be used on its own but requires the base
|
||||
> installation. See [main README](../../README.md) for details.
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
RouterOS handles not just scalar variables, but also arrays - even nested.
|
||||
This module adds a function to inspect variables.
|
||||
|
||||
Requirements and installation
|
||||
-----------------------------
|
||||
|
||||
Just install the module:
|
||||
|
||||
$ScriptInstallUpdate mod/inspectvar;
|
||||
|
||||
Usage and invocation
|
||||
--------------------
|
||||
|
||||
Call the function `$InspectVar` with a variable as parameter:
|
||||
|
||||
$InspectVar $ModeButton
|
||||
|
||||

|
||||
|
||||
---
|
||||
[◀ Go back to main README](../../README.md)
|
||||
[▲ Go back to top](#top)
|
Loading…
Add table
Add a link
Reference in a new issue