api route wip

This commit is contained in:
newtbot
2023-12-30 01:02:09 +08:00
parent 3913d0d2f7
commit 73b43adb3a
12 changed files with 239 additions and 42 deletions

View File

@ -38,7 +38,7 @@ client.on('connect', () => {
client.on('end', () => {
console.log('Disconnected from MQTT broker');
client.reconnect = true;
}
}
);