balansse / homebridge-vivint

Integrates Vivint security system with Apple Home
Other
45 stars 15 forks source link

Fix dimmer switch debouncing #60

Closed mikedecaro closed 2 years ago

mikedecaro commented 2 years ago

Homebridge was crashing when attempting to change the value of a dimmer switch (issue #57). The next callback wasn't being passed to the debounced function. It also looks like next was being called in both setSwitchCurrentValue and the debounced function.