Search found 1 match

by twinbee
Sunday 08 October 2023 3:00
Forum: LUA
Topic: not return a commandArray
Replies: 1
Views: 2779

not return a commandArray

Hello
I have a problem and don't know what to do next.
if I want to run this script here:

return {
on = {
timer = { "every 1 minute" } -- Timer alle 1 Minute auslösen
},
execute = function(domoticz, timer)
commandArray = {} -- Deklarieren Sie ein leeres commandArray

-- Schalten Sie den ...