I want to learn it, so i start with the basics: Turn a light of..... Sigh
Code: Select all
commandArray = {}
if (devicechanged['Dressoir Rechts'] == 'Off') then
commandArray['Dressoir Links']='Off'
end
return commandArray
Looks quite simple but something is wrong..