14 lines
315 B
JavaScript
Raw Normal View History

2020-09-12 11:42:02 +01:00
class globalVariables {
waterOn = "";
2020-09-14 13:47:23 +01:00
waterNextEvent = "";
2020-09-21 21:38:46 +01:00
waterPolling = "";
heatingNextEvent = "";
heatingPolling = "";
2020-09-28 10:50:23 +01:00
currentPage = "";
heatingPageSwitch = "";
heatingPageSwitchActive = "";
heatingPageS = 1;
piHolePolling = "";
2020-09-12 11:42:02 +01:00
}
module.exports = new globalVariables();