? idk anymore

This commit is contained in:
Skylar Grant 2024-11-24 18:19:25 -05:00
parent e5ba2e52e5
commit 7864721e3e

View File

@ -76,6 +76,7 @@ module.exports = {
topic: config.mqtt.topics.shutdown topic: config.mqtt.topics.shutdown
}; };
console.log(`State initialized.`) console.log(`State initialized.`)
return this;
}; };
}, },
// Communicator class // Communicator class