From f26c6886c6d98b8fd91f05f3b197d14614c8444b Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Tue, 26 May 2026 11:29:08 +0200 Subject: [PATCH] no message --- MQTTBatterySDL/module.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MQTTBatterySDL/module.php b/MQTTBatterySDL/module.php index 430f0ea..1d8de02 100644 --- a/MQTTBatterySDL/module.php +++ b/MQTTBatterySDL/module.php @@ -42,6 +42,8 @@ class MQTTBatterySDL extends IPSModule { parent::ApplyChanges(); + $this->SetReceiveDataFilter('.*'); + $this->SetStatus(IS_ACTIVE); } @@ -325,6 +327,11 @@ class MQTTBatterySDL extends IPSModule return $json; } + public function ReceiveData($JSONString) +{ + IPS_LogMessage('MQTTBatterySDL', $JSONString); +} + private function IsValidVariable(int $id) { return (