open-dash / open-dash-diy

Node.js Open-Dash DIY Solution for internal use only, no external hosting.
GNU Affero General Public License v3.0
16 stars 8 forks source link

Dimmer does not update when slider dragged to 0 or 100. #2

Open njschwartz opened 7 years ago

njschwartz commented 7 years ago

Dragging the slider to either extreme doesn't update the tile or change the actual device. Clicking or sliding anywhere in between works perfectly.

pstuart commented 7 years ago

Confirmed, not sure the best way to tackle this. Right now we are looking for a .click event on the .tile class, but if you release outside the .tile area it won't fire (and quite possibly the wrong .tile could fire) I'm sure there is an on mouse down action we could use instead to set .tile id and wait for .click to show up and use that instead. Will test. Thanks!