From cf9fc2c246a4b3dd570b5fef75827950892d4013 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 31 Mar 2020 21:47:06 +0000 Subject: [PATCH] 00_MQTT2_CLIENT.pm: describe the default for autocreate (Forum #109743) git-svn-id: https://svn.fhem.de/fhem/trunk@21568 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/00_MQTT2_CLIENT.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fhem/FHEM/00_MQTT2_CLIENT.pm b/fhem/FHEM/00_MQTT2_CLIENT.pm index db685cc81..867e548c7 100644 --- a/fhem/FHEM/00_MQTT2_CLIENT.pm +++ b/fhem/FHEM/00_MQTT2_CLIENT.pm @@ -550,7 +550,9 @@ MQTT2_CLIENT_getStr($$) json2nameValue($EVENT, 'SENSOR_', $JSONMAP). Which one is better depends on the attached devices and on the personal taste, and it is only relevant for json payload. For non-json payload there is no difference - between simple and complex. + between simple and complex.
+ Default is no, as in absence of an MQTT2_DEVICE with a bridgeRegexp + attribute it is not really useful.