7 lines
131 B
JavaScript
Raw Normal View History

2020-09-12 11:42:02 +01:00
class globalVariables {
waterOn = "";
2020-09-14 13:47:23 +01:00
waterNextEvent = "";
2020-09-14 18:42:09 +01:00
waterPolling = 0
2020-09-12 11:42:02 +01:00
}
module.exports = new globalVariables();