Event brightnessCross

Fires when tag has brightness monitoring enabled, and received an update showing brightness has crossed the too bright/normal or normal/too dark boundary.

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

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