no message

This commit is contained in:
2025-11-14 11:56:26 +01:00
parent b50b47e8d8
commit 39413b3703

View File

@@ -17,7 +17,6 @@ class Shelly_Parser_MQTT extends IPSModule
$this->Subscribe('#');
// Debug
$this->RegisterPropertyBoolean('Debug', false);
}
public function ApplyChanges()
@@ -32,10 +31,7 @@ class Shelly_Parser_MQTT extends IPSModule
* DEBUG WRAPPER
* ---------------------------------------------------------*/
private function Log($title, $msg)
{
if (!$this->ReadPropertyBoolean('Debug')) {
return;
}
IPS_LogMessage("ShellyMQTT - $title", $msg);
$this->SendDebug($title, $msg, 0);