Code: Select all
commandArray = {}
if (devicechanged['Inter lum salon'] == 'On') then
commandArray['Lumiere Salon']='Toggle'
end
return commandArray
Code: Select all
commandArray = {}
if (devicechanged['Inter lum salon'] == 'On') then
commandArray['Lumiere Salon']='Toggle'
end
return commandArray