Event waterGone

Fires when a water sensor no longer detects water / tip is electrically open.

Assign a function to this event to handle it. For example

<#tag#>.waterGone=function(tag){ <~phone~>.push(tag.name + " no longer detects water", ""); }; 

See Also

waterDetect