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,