no message

This commit is contained in:
2025-11-24 11:46:08 +01:00
parent dde54768b1
commit 10b53b2463

View File

@@ -208,6 +208,7 @@ class Shelly_Parser_MQTT extends IPSModule
$sid = @IPS_GetObjectIDByIdent($ident, $this->InstanceID);
if ($sid === false) {
$sid = IPS_CreateScript(0);
IPS_SetParent($sid, $this->InstanceID);
IPS_SetIdent($sid, $ident);
@@ -222,7 +223,7 @@ $value = $_IPS['VALUE'];
$ident = IPS_GetObject($varID)['ObjectIdent'];
RequestAction($moduleID, $ident, $value);
IPS_RequestAction($moduleID, $ident, $value);
?>
EOF;
@@ -233,6 +234,7 @@ EOF;
return $sid;
}
/* ---------------------------------------------------------
* VARIABLEN
* ---------------------------------------------------------*/