Slowdown room temperature/humidity updates to 60 seconds

Wed, 20 Aug 2014 14:01:15 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 20 Aug 2014 14:01:15 +0200
changeset 256
8c52b09bdecc
parent 255
fb930d1db5a6
child 257
abdba3f9d9e2

Slowdown room temperature/humidity updates to 60 seconds

www-thermferm/js/index.js file | annotate | diff | comparison | revisions
--- a/www-thermferm/js/index.js	Wed Aug 20 13:51:44 2014 +0200
+++ b/www-thermferm/js/index.js	Wed Aug 20 14:01:15 2014 +0200
@@ -27,7 +27,7 @@
         $("#room_temp").html(data.temperature);
         $("#room_hum").html(data.humidity);
       });
-    }, 10000);
+    }, 60000);
     // Create jqxTabs.
     $("#jqxTabs").jqxTabs({ width: 978, height: 428, position: 'top', theme: 'ui-redmond'});
     $("#maintenance").jqxButton({ width: 150, height: 25, theme: 'ui-redmond' });

mercurial