1st version / Websockets via node.js

This commit is contained in:
2024-03-07 04:56:06 +01:00
commit c56d158521
5 changed files with 122 additions and 0 deletions

7
config.js.sample Normal file
View File

@@ -0,0 +1,7 @@
const config = {
mqttserver: {
host: "mqtt://[your mqtt-server hiere]"
}
};
module.exports = config;