Siegfried Siegert
daa79b27ca
- add a database for devices - read devices from database and present this data on a simple web/REST interface The code or model is from a blog entry from Alex Edward: https://www.alexedwards.net/blog/organising-database-access
8 lines
130 B
TOML
8 lines
130 B
TOML
[BROKER]
|
|
Address="s1.mimbach49.de"
|
|
Port=8883
|
|
ClientId = "mqttListener"
|
|
Username = "testuser"
|
|
Password = "xyz123"
|
|
EnableTLS = true
|