handler stuff

This commit is contained in:
2023-11-27 15:21:28 +01:00
parent a1fbdb7677
commit a862b4bc2d
5 changed files with 55 additions and 5 deletions

View File

@ -17,6 +17,7 @@ func main() {
config.LoadConfiguration()
dispatcher.InitDispatcher()
go dispatcher.InputDispatcher()
mqtt.StartMqttClient()