9 lines
185 B
JavaScript
9 lines
185 B
JavaScript
class globalVariables {
|
|
waterOn = "";
|
|
waterNextEvent = "";
|
|
waterPolling = "";
|
|
heatingNextEvent = "";
|
|
heatingPolling = "";
|
|
}
|
|
|
|
module.exports = new globalVariables(); |