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