Event timedOut
Fires when motion sensor tag with timeout (version 2.1+) or PIR sensor has timed out after the programmed timeout period (when eventState transitions to 6), or a Nest Thermostat transitions from home to away state.Assign a function to this event to handle it. For example
<#tag#>.timedOut=function(tag){ KumoApp.Log(tag.name + " no longer detects movement"); <~phone~>.push(tag.name + " no longer detects movement", ""); };