I would like to poll a Vera device every 30 minutes to see if it’s still online and send an email notification if it’s offline. I found some luup code doing a search that is supposed to poll a device but I’m not sure how to send an email if the device doesn’t responded to the poll.
luup.call_action(“urn:micasaverde-com:serviceId:HaDevice1”,“Poll”,{},14)
Thank you