Event brightnessChange

Fires when tag has received an update that resulted in a different lux reading.

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

<#tag_[13]_1#>.brightnessChange=function(tag){ KumoApp.Log(tag.name + " is now " + tag.lux + " lux" ); };