-
Notifications
You must be signed in to change notification settings - Fork 3
Actions GetSaveOrcaSetting
thica edited this page Jan 10, 2020
·
6 revisions
Reads or write a parameter from or into the definition.ini file or the ORCA ini file
| Attribute | Description |
|---|---|
| string | getsaveorcasetting |
| configtype | type of the config: "ORCA" to read/write the ORCA ini file, otherwise the definition ini file will be used |
| varname | The value to write, if we do not read |
| retvar | The varname, where the ini file value should be read into. If retvar is empty, we just write a value without reading it. |
| nowrite | Doesn't write the setting immediatly. Helpful for bulk operations |
<action name="" string="getsaveorcasetting" configtype="$var(DEFINITIONNAME)" varname="$dvar(definition_alias_enigma2)_GETCURRENTVOL" varvalue="1" />