Hi all,
I am executing the following LUA script (created via the Domoticz HTML interface):
commandArray = {}
if (devicechanged['Arm 1 partition'] == 'On') then
if (otherdevices_svalues['Output:Anzeige S-intern'] == 'Off') then
commandArray['Scene:AllesAus']='On'
commandArray['Arbeitszimmer ...