2
0
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:
rudolfkoenig 2020-05-11 19:21:22 +00:00
parent a739fe92e8
commit 9eff6ce65a

View File

@ -191,7 +191,7 @@ MQTT2_DEVICE_Parse($$)
################################################# #################################################
# IODevs autocreate and/or expand readingList # IODevs autocreate and/or expand readingList
if($autocreate ne "no" && !%fnd) { if($autocreate ne "no" && !%fnd) {
return "" if($cid && $cid =~ m/mosqpub.*/); return "" if($cid && $cid =~ m/^(mosqpub|mosq_)/); # mosquitto_pub default
################## bridge stuff ################## bridge stuff
my $newCid = $cid; my $newCid = $cid;