class globalVariables {
waterOn = "";
waterNextEvent = "";
waterPolling = 0
}
module.exports = new globalVariables();