From 90f40285ec264fc5a544d0ae869c925b5d6247e5 Mon Sep 17 00:00:00 2001 From: ntruchsess <> Date: Mon, 6 Oct 2014 10:43:46 +0000 Subject: [PATCH] MQTT: fix commandref git-svn-id: https://svn.fhem.de/fhem/trunk@6694 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/00_MQTT.pm | 2 +- fhem/FHEM/10_MQTT_BRIDGE.pm | 2 +- fhem/FHEM/10_MQTT_DEVICE.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fhem/FHEM/00_MQTT.pm b/fhem/FHEM/00_MQTT.pm index 9c03002e6..2c354f07e 100644 --- a/fhem/FHEM/00_MQTT.pm +++ b/fhem/FHEM/00_MQTT.pm @@ -412,7 +412,7 @@ sub client_stop($) { Each MQTT_DEVICE acts as a bridge in between an fhem-device and mqtt. - Note: this module is based on module Net::MQTT.

diff --git a/fhem/FHEM/10_MQTT_BRIDGE.pm b/fhem/FHEM/10_MQTT_BRIDGE.pm index 70d136463..5eb4f15a2 100644 --- a/fhem/FHEM/10_MQTT_BRIDGE.pm +++ b/fhem/FHEM/10_MQTT_BRIDGE.pm @@ -201,7 +201,7 @@ sub onmessage($$$) {

requires a MQTT-device as IODev

- Note: this module is based on module Net::MQTT.

diff --git a/fhem/FHEM/10_MQTT_DEVICE.pm b/fhem/FHEM/10_MQTT_DEVICE.pm index aeafb20a3..3e746aa8e 100644 --- a/fhem/FHEM/10_MQTT_DEVICE.pm +++ b/fhem/FHEM/10_MQTT_DEVICE.pm @@ -176,7 +176,7 @@ sub onmessage($$$) {

requires a MQTT-device as IODev

- Note: this module is based on module Net::MQTT.