routeros-scripts/global-functions.d
Christian Hesse 9295d06fe2 global-functions.d/inspectvar: add $InspectVar...
to inspect variables. This is useful for variables with (nested) arrays,
for example inspecting $NetwatchNotify (from netwatch-notify):

[admin@Mikrotik] > $InspectVar $NetwatchNotify
-type-> array
  -key-> quad-one
    -type-> array
      -key-> count
        -type-> num
        -value-> 0
      -key-> notified
        -type-> bool
        -value-> false
      -key-> parent
        -type-> nothing
      -key-> resolve-failed
        -type-> nothing
      -key-> since
        -type-> nothing
  -key-> example.com
    -type-> array
      -key-> count
        -type-> num
        -value-> 0
      -key-> notified
        -type-> bool
        -value-> false
      -key-> parent
        -type-> str
        -value-> quad-one
      -key-> resolve-failed
        -type-> nothing
      -key-> since
        -type-> nothing
2021-09-21 21:26:13 +02:00
..
inspectvar global-functions.d/inspectvar: add $InspectVar... 2021-09-21 21:26:13 +02:00
ipcalc global-functions: move $IPCalc to optional module 2021-09-21 21:26:13 +02:00
notification-matrix global-functions*: syntax for ROS 7.x 2021-09-08 14:33:02 +02:00
notification-telegram global-functions*: syntax for ROS 7.x 2021-09-08 14:33:02 +02:00
scriptrunonce global-functions: move $ScriptRunOnce to optional module 2021-09-21 21:26:13 +02:00