here I come with anther dumb question.....
Event Time Script = /script/lua/scipt_time_myScript.lua
Event Variable Script = /script/lua/scipt_variable_myScript.lua
Event Device Script = /script/lua/scipt_device_myScript.lua
Event Security Script = /script/lua/scipt_security_myScript.lua
Event All Script = /script/lua/scipt_????_myScript.lua
is that an _all_ ?
doesnt' work

wiki does not mention it in the event Page
ciaoThe lua scripts folder has two demo scripts that can serve as a starting point. The script filename has 3 components each sub-divided by an underscore : script_trigger_name.lua Trigger can be 'time', 'device', 'variable' or 'security', name can be any string for your reference, script_device_MyOtherDeviceNameOnWhenMyDeviceNameOn.lua for instance.
M