apwelsh / hubitat

MIT License
26 stars 12 forks source link

Update DEFAULT_SCENE to use the string type #12

Closed droath closed 3 years ago

droath commented 3 years ago

Problem / Motivation

When I created a new Advanced Hue group, I keep getting this error when running the on command for the group:

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.

apwelsh commented 3 years ago

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.