no message

This commit is contained in:
2025-11-14 09:37:49 +01:00
parent 3cebfee157
commit 8c7b860b2a
+1 -1
View File
@@ -207,7 +207,7 @@ private function HandleRPC(string $deviceID, string $payload): void
* ---------------------------------------------------------*/
private function EnsureBooleanVariable(string $deviceID, string $ident, string $name): int
{
$folderID = $this->GetDeviceFolder($deviceID);
$folderID = @IPS_GetObjectIDByIdent($folderIdent, $this->InstanceID);
// Immer im Ordner suchen
foreach (IPS_GetChildrenIDs($folderID) as $cid) {