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