Skip to content

Commit

Permalink
Updated default air-con auto duration to 120s
Browse files Browse the repository at this point in the history
  • Loading branch information
lprhodes committed Apr 25, 2017
1 parent 271557e commit 9396e98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion accessories/aircon.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class AirConAccessory extends BroadlinkRMAccessory {
let { autoHeatTemperature, autoCoolTemperature, autoMinimumDuration } = config;

// Defaults
if (!autoMinimumDuration) autoMinimumDuration = 30;
if (!autoMinimumDuration) autoMinimumDuration = 120;

if (this.autoOnTimeout) {
this.log(`${name} getCurrentTemperature (ignore auto-check within ${autoMinimumDuration}s of starting)`);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-broadlink-rm",
"version": "2.0.8",
"version": "2.0.9",
"description": "Broadlink RM plugin (including the mini and pro) for homebridge: https://github.com/nfarina/homebridge",
"license": "ISC",
"keywords": [
Expand Down

0 comments on commit 9396e98

Please sign in to comment.