Actions GetSaveOrcaSetting - thica/ORCA-Remote GitHub Wiki

getsaveorcasetting

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
A short example:
<action name="" string="getsaveorcasetting" configtype="$var(DEFINITIONNAME)" varname="$dvar(definition_alias_enigma2)_GETCURRENTVOL" varvalue="1" />
⚠️ **GitHub.com Fallback** ⚠️