Event opened
Fires when tag has moved (when eventState transitions to 3, works with motion and reed sensor).Assign a function to this event to handle it. For example
<#tag#>.moved=function(tag){ KumoApp.Log(tag.name + "has moved"); <~phone~>.push(tag.name + "has moved", ""); };