Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this mode, you can set variables for the specific device which was selected when you opened the variable edit window. You can simple simply specify variables in a "key=value" format. If any variables are already present on the device, they will be loaded into the edit window for you. Here is an example of how variable configuration on a single device would look like:

...

As mentioned in a previous section, if you open the variable edit window without any devices selected, it will be in an empty bulk-edit mode. Please note you You don't need to manually write out the device sections.You can select multiple devices in the Device table, and open the variable edit window to have the devices pre-filled for you, including their existing variables.

...

Variables chaining is NOT supported. In other words, you can NOT refer to another other variables from within different variables. Config Push Behavior Modifiers however CAN be declared inside variables.

Code Block
languagetext
# this is NOT possible
var1=value
var2=some_other_${var1}