mqtt gateway project

This commit is contained in:
marlonz
2025-07-05 13:47:49 +09:30
parent aed54bb3a6
commit 076aaae944
12 changed files with 1899 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module.exports = {
"apps": [
{
"name": "xz-mqtt",
"script": "app.js",
"time": true
}
]
}