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