Skip to content

LuaConfig#

A list of arbitrary key-value pairs for lua-scripts that need to remember data over reboots.

Defaults#

Commented File-structure#

luaConfig.xml
<?xml version="1.0" encoding="utf-8"?>
<!-- A list of arbitrary key-value pairs for lua-scripts that need to remember data over reboots.
     type: list -->
<luaConfig version="1.34.0">
  <!-- parameters:
         key: The key that identifies the value. Make it very very unique so
              no other lua-script might accidentally use the same one and
              overwrites your scripts data.
              type: string -->
  <luaConfigPair key="">
    <!-- type: string -->
    <value></value>
  </luaConfigPair>
</luaConfig>