no message

This commit is contained in:
2026-05-26 13:38:26 +02:00
parent 665f11054d
commit 51a374e521
+1
View File
@@ -410,6 +410,7 @@ class MQTTBatterySDL extends IPSModule
private function PublishMQTT(string $topic, string $payload) private function PublishMQTT(string $topic, string $payload)
{ {
sleep(1);
$this->SendDebug( $this->SendDebug(
'PublishMQTT', 'PublishMQTT',
$topic . ' => ' . $payload, $topic . ' => ' . $payload,