Add mqtt broker port option

This commit is contained in:
Linus Dietz
2023-06-24 18:02:56 +02:00
parent 1d37b3aca7
commit a51ba25061
4 changed files with 11 additions and 3 deletions
+1
View File
@@ -3,6 +3,7 @@
"babelLocale": "de",
"mqtt": {
"broker": "",
"port": 1883,
"username": "",
"password": ""
},