Skip to content

Commit

Permalink
Update devices.js (Koenkk#520)
Browse files Browse the repository at this point in the history
change report intervall for Bitron Wall Thermostat to 20 minutes instead every 5 minutes and removed unnecessary bind.
  • Loading branch information
Chrischi- authored and Koenkk committed Jul 15, 2019
1 parent 0ff1f86 commit d967f82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -3040,11 +3040,10 @@ const devices = [
(cb) => device.bind('genBasic', coordinator, cb),
(cb) => device.bind('genPowerCfg', coordinator, cb),
(cb) => device.bind('genIdentify', coordinator, cb),
(cb) => device.bind('genTime', coordinator, cb),
(cb) => device.bind('genPollCtrl', coordinator, cb),
(cb) => device.bind('hvacThermostat', coordinator, cb),
(cb) => device.bind('hvacUserInterfaceCfg', coordinator, cb),
(cb) => device.report('hvacThermostat', 'localTemp', 300, 3600, 0, cb),
(cb) => device.report('hvacThermostat', 'localTemp', 1200, 3600, 0, cb),
(cb) => device.report('hvacThermostat', 'localTemperatureCalibration', 1, 0, 0, cb),
(cb) => device.report('hvacThermostat', 'occupiedHeatingSetpoint', 1, 0, 1, cb),
(cb) => device.report('hvacThermostat', 'runningState', 1, 0, 0, cb),
Expand Down

0 comments on commit d967f82

Please sign in to comment.