Added configurable update interval

Bumped to 1.0.2
This commit is contained in:
2018-04-16 19:37:33 -05:00
parent f197fc110f
commit 4da0b4fa18
4 changed files with 27 additions and 7 deletions

View File

@ -13,7 +13,8 @@ Module.register("MMM-ScreenLogic",{
coldTemp: 84,
hotTemp: 90,
columns: 3,
contentClass: "light"
contentClass: "light",
updateInterval: 30 * 60 * 1000
},
start: function() {