-
Notifications
You must be signed in to change notification settings - Fork 3
Actions GetInterfaceSetting
thica edited this page Jan 10, 2020
·
6 revisions
Reads a parameter from the interface.ini file. Important: You can't use this command in the appstart actions.
| Attribute | Description |
|---|---|
| string | getinterfacesetting |
| interfacename | Name of the interface |
| configname | Name of the configuration |
| varname | Name of the variable to get |
| retvar | Destination var |
<action name="" string="getinterfacesetting" interfacename="eiscp" configname="myconfig" varname="uHost" retvar="DISCOVERHOST"/>