no message
This commit is contained in:
@@ -207,7 +207,7 @@ private function HandleRPC(string $deviceID, string $payload): void
|
|||||||
* ---------------------------------------------------------*/
|
* ---------------------------------------------------------*/
|
||||||
private function EnsureBooleanVariable(string $deviceID, string $ident, string $name): int
|
private function EnsureBooleanVariable(string $deviceID, string $ident, string $name): int
|
||||||
{
|
{
|
||||||
$folderID = $this->GetDeviceFolder($deviceID);
|
$folderID = @IPS_GetObjectIDByIdent($folderIdent, $this->InstanceID);
|
||||||
|
|
||||||
// Immer im Ordner suchen
|
// Immer im Ordner suchen
|
||||||
foreach (IPS_GetChildrenIDs($folderID) as $cid) {
|
foreach (IPS_GetChildrenIDs($folderID) as $cid) {
|
||||||
|
|||||||
Reference in New Issue
Block a user