no message

This commit is contained in:
2026-05-26 15:40:54 +02:00
parent c4fc0e37ea
commit 7fa282128f
+2
View File
@@ -42,6 +42,8 @@ class MQTTBatterySDL extends IPSModule
$this->RegisterTimer('PublishDelay', 0, 'MBSDL_DoDelayedPublish($_IPS["TARGET"]);'); $this->RegisterTimer('PublishDelay', 0, 'MBSDL_DoDelayedPublish($_IPS["TARGET"]);');
$this->SetBuffer('PublishTopic', ''); $this->SetBuffer('PublishTopic', '');
$this->SetBuffer('PublishPayload', ''); $this->SetBuffer('PublishPayload', '');
$this->RegisterTimer('BatteryControlTimer', 3000, 'MBSDL_RunBatteryControl($_IPS["TARGET"]);');
} }
public function ApplyChanges() public function ApplyChanges()