Event waterDetect
Fires when a water sensor has detected water.Assign a function to this event to handle it. For example
<#tag#>.waterDetect=function(tag){ KumoApp.Log(tag.name + " detected water"); <~phone~>.push(tag.name + " detected water", ""); };