|  Developer
Updated on December 31, 2021

executionPolicy

  • Linux firmware only
  • Defines logic of setuping scripts states/environment.
  • The firmware creates new environment for each script execution and destroy it in the end by default. But it can be changed by defining execution policy.

Required : no

Type :

Possible values :

  • — creates new Lua state/environment for each start of plugin script.
  • — creates new Lua state/environment for each plugin start and uses the same Lua environment for each next script execution. If plugin was restarted then Lua environment will be cleaned and created again.

Default value :