mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
10_MQTT2_DEVICE.pm: handle Undef for bridgeRegexp too
git-svn-id: https://svn.fhem.de/fhem/trunk@18962 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
888c207a6f
commit
8a142e67f7
@ -527,6 +527,7 @@ MQTT2_DEVICE_Undef($$)
|
|||||||
my @nh = grep { $_->{NAME} ne $hash->{NAME} } @{$dpc};
|
my @nh = grep { $_->{NAME} ne $hash->{NAME} } @{$dpc};
|
||||||
$modules{MQTT2_DEVICE}{defptr}{cid}{$hash->{CID}} = \@nh;
|
$modules{MQTT2_DEVICE}{defptr}{cid}{$hash->{CID}} = \@nh;
|
||||||
}
|
}
|
||||||
|
MQTT2_DEVICE_setBridgeRegexp();
|
||||||
return undef;
|
return undef;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user