mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
10_MQTT2_DEVICE.pm: ignore changed mosquitto_pub default cid (Forum 111108)
git-svn-id: https://svn.fhem.de/fhem/trunk@21915 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a739fe92e8
commit
9eff6ce65a
@ -191,7 +191,7 @@ MQTT2_DEVICE_Parse($$)
|
||||
#################################################
|
||||
# IODevs autocreate and/or expand readingList
|
||||
if($autocreate ne "no" && !%fnd) {
|
||||
return "" if($cid && $cid =~ m/mosqpub.*/);
|
||||
return "" if($cid && $cid =~ m/^(mosqpub|mosq_)/); # mosquitto_pub default
|
||||
|
||||
################## bridge stuff
|
||||
my $newCid = $cid;
|
||||
|
Loading…
x
Reference in New Issue
Block a user