Is there a way to get an event to fire based on time of day? Even if the app isn't open or hasn't been open that day?
I built an app that opens and closes my garage door. I would like to create an event that fires at a set time say midnight. It would then execute some javascript code that would check the status of the door and then send me a text message or a push notification that my door is open and its after midnight.
Thanks for help.