diff --git a/fhem/FHEM/10_MQTT_BRIDGE.pm b/fhem/FHEM/10_MQTT_BRIDGE.pm index 25e7259d5..9b4ab4f40 100644 --- a/fhem/FHEM/10_MQTT_BRIDGE.pm +++ b/fhem/FHEM/10_MQTT_BRIDGE.pm @@ -215,16 +215,19 @@ sub onmessage($$$) { } } 1; - +__END__ =pod =item [device] -=item summary MQTT_BRIDGE acts as a bridge in between an fhem-device and mqtt-topics +=item summary MQTT_BRIDGE is outdated, consider using MQTT_GENERIC_BRIDGE instead! =begin html
acts as a bridge in between an fhem-device and mqtt-topics.
+acts as a bridge in between a single fhem-device and mqtt-topics.
+As newer module MQTT_GENERIC_BRIDGE offers options to bridge multiple fhem-device to mqtt-topics,
+ it's highly recommended to use the generic variant!
+ Additionally, MQTT_GENERIC_BRIDGE is also compatible with MQTT2_.*-TYPE of interfaces and thus requires less prerequisites on the Perl side!
requires a MQTT-device as IODev
Note: this module is based on Net::MQTT which needs to be installed from CPAN first.