You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The following piece of code is triggered when updateDimmerState is called for dimmers when "starting up". In that case, state is null/undefined. The current if/else is a workaround that should be fixed by properly checking whether we want to update a dimmer that's in fact configured as a blind motor.
johannrichard
changed the title
[BUG] Fix updateDimmerState() for dimmers in "blind" mode
[BUG] Fix updateDimmerState() for dimmers in startup mode
Nov 19, 2020
Describe the bug
The following piece of code is triggered when
updateDimmerState
is called for dimmers when "starting up". In that case,state
is null/undefined. The currentif/else
is a workaround that should be fixed by properly checking whether we want to update a dimmer that's in fact configured as a blind motor.homebridge-dingz/src/dingzAccessory.ts
Lines 759 to 775 in 16c13f5
To Reproduce
Expected behavior
The text was updated successfully, but these errors were encountered: