Hi all,
I've had a rule to check outside light intensity and turn on lights if it gets too dark, with a Wait-for to turn them back off when it gets brighter. I recently added a global variable to this so that I avoid re-firing this rule over and over when it's dark out. But since adding the variable, I've seen this occur at least once:
java.lang.NullPointerException: Cannot get property 'dur' on null object on line 10152 (method allHandlerWD)
Since NPE's shouldn't be occurring regardless, I'm submitting this as a potential bug. The variable is boolean and should never be null/empty.
Thanks much
