Event temperatureChange
Fires when tag has received an update that resulted in a different temperature reading.Assign a function to this event to handle it. For example
<#tag_[13]_1#>.temperatureChange=function(tag){ KumoApp.Log(tag.name + " is now " + tag.temperature + " degC" ); };