Event moistureChange

Fires when tag has received an update that resulted in a different moisture/relative humidity reading.

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

<#tag#>.moistureChange=function(tag){ KumoApp.Log(tag.name + " is now " + tag.moisture + "%" ); };