Skip to content

Commit

Permalink
Changed the rebound delay for Panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Balan committed Jun 12, 2019
1 parent 0b3ac78 commit 02bfee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/device_set.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ function DeviceSetModule(config, log, homebridge, vivintApi, ThermostatCharacter
}

let promiseSetter = function(fn) {
let boundDebounced = debounce(fn.bind(self), 5000, {
let boundDebounced = debounce(fn.bind(self), 250, {
leading: true
})
return (value, next) => {
Expand Down

0 comments on commit 02bfee5

Please sign in to comment.