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