diff --git a/Tasmota/module.php b/Tasmota/module.php index 1127e80..775db3e 100644 --- a/Tasmota/module.php +++ b/Tasmota/module.php @@ -586,7 +586,7 @@ public function ReceiveData($JSONString) return; } if (property_exists($Payload, 'PCF8574-1')) { - return; + //return; } $this->getSensorData($myBuffer); }