2020-09-28 10:50:23 +01:00

14 lines
315 B
JavaScript

class globalVariables {
waterOn = "";
waterNextEvent = "";
waterPolling = "";
heatingNextEvent = "";
heatingPolling = "";
currentPage = "";
heatingPageSwitch = "";
heatingPageSwitchActive = "";
heatingPageS = 1;
piHolePolling = "";
}
module.exports = new globalVariables();