Skip to content
Snippets Groups Projects
Commit 586f1bd0 authored by KERDREUX Jerome's avatar KERDREUX Jerome
Browse files

Cleanup

parent 2c4c4ac2
No related branches found
No related tags found
No related merge requests found
......@@ -23,3 +23,5 @@ go.work.sum
# env file
.env
go.sum
\ No newline at end of file
......@@ -166,7 +166,7 @@ func publishHander(client MQTT.Client, msg MQTT.Message) {
return
}
slog.Debug("Received message on topic: ", slog.Any("topic", msg.Topic()))
slog.Debug("Received message on: ", slog.Any("topic", msg.Topic()))
if msg.Topic() == mqttTopic+"/bridge/devices" {
parseDeviceJSON(msg.Payload())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment