Closed droath closed 3 years ago
When I created a new Advanced Hue group, I keep getting this error when running the on command for the group:
on
app:892020-12-14 09:30:18.283 pm errorjava.lang.NullPointerException: Cannot get property 'false' on null object on line 1084 (findScene)
After a little investigating. I found that Default Scene in the preference was using false as the default value.
Default Scene
false
Thanks. I seen this only recently and have not gotten around to looking into it -- assumed it was due to hub update. I will take a look.
Problem / Motivation
When I created a new Advanced Hue group, I keep getting this error when running the
on
command for the group:After a little investigating. I found that
Default Scene
in the preference was usingfalse
as the default value.