From 13a23d43ad793611811a36283cddc250db26f9da Mon Sep 17 00:00:00 2001 From: Dirk Heilig Date: Mon, 23 Sep 2024 14:02:24 +0200 Subject: [PATCH] add different debug response topic --- mqtt2prom/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mqtt2prom/run b/mqtt2prom/run index d26acd8..561629c 100755 --- a/mqtt2prom/run +++ b/mqtt2prom/run @@ -73,7 +73,7 @@ $mqtt->onMessage(function ($message) use ( } if ($mqttTopic . "/debug" === $message->topic) { $mqtt->publish( - $mqttTopic . "/debug", + $mqttTopic . "/debugmsg", strval( json_encode( $data,