Event temperatureCross

Fires when tag has too hot/too cold monitoring enabled, and received an update showing temperature has crossed the too cold/normal or normal/too hot boundary.

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

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