Slightly longer allowed temp mod time

This commit is contained in:
peteruithoven 2013-09-18 20:59:27 +02:00
parent 44f3895d34
commit 6c7018a00d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ function Printer() {
this.wifiboxURL;
this.maxTempLastMod = 5; // max time (seconds) since the last temp info modification before the printer connection is considered lost
this.maxTempLastMod = 7; // max time (seconds) since the last temp info modification before the printer connection is considered lost
this.checkTemperatureInterval = 6000;
this.checkTemperatureDelay;