is that even possible?
i have setup this silly test script but i can not get it to work
Code: Select all
commandArray = {}
x = uservariables["postteller"]
if devicechanged['lamp schuur'] == 'On' then
print ("aantal poststukken:"..tostring(x))
commandArray['SendCamera:5'] = 'er is post bezorgd.aantal poststukken:' .. tostring(x) .. '#[email protected]'
end
return commandArray
is it possible to send it to only one email?