Event moistureCross

Fires when tag has too humid/too dry monitoring enabled, and received an update showing moisture/RH has crossed the too dry/normal or normal/too wet boundary.

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

<#tag#>.moistureCross=function(tag){ KumoApp.Log(tag.name + " is now " + tag.moistureState ); };