mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
MQTT: update doc
git-svn-id: https://svn.fhem.de/fhem/trunk@6935 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
39bfb299ce
commit
1bb364e78c
@ -521,7 +521,7 @@ sub client_stop($) {
|
||||
<p>connects fhem to <a href="http://mqtt.org">mqtt</a>.</p>
|
||||
<p>A single MQTT device can serve multiple <a href="#MQTT_DEVICE">MQTT_DEVICE</a> and <a href="#MQTT_BRIDGE">MQTT_BRIDGE</a> clients.<br/>
|
||||
Each <a href="#MQTT_DEVICE">MQTT_DEVICE</a> acts as a bridge in between an fhem-device and mqtt.<br/>
|
||||
Note: this module is based on module <a href="https://metacpan.org/pod/distribution/Net-MQTT/lib/Net/MQTT.pod">Net::MQTT</a>.</p>
|
||||
Note: this module is based on <a href="https://metacpan.org/pod/distribution/Net-MQTT/lib/Net/MQTT.pod">Net::MQTT</a> which needs to be installed from CPAN first.</p>
|
||||
<a name="MQTTdefine"></a>
|
||||
<p><b>Define</b></p>
|
||||
<ul>
|
||||
|
@ -189,7 +189,7 @@ sub onmessage($$$) {
|
||||
<ul>
|
||||
<p>acts as a bridge in between an fhem-device and <a href="http://mqtt.org/">mqtt</a>-topics.</p>
|
||||
<p>requires a <a href="#MQTT">MQTT</a>-device as IODev<br/>
|
||||
Note: this module is based on module <a href="https://metacpan.org/pod/distribution/Net-MQTT/lib/Net/MQTT.pod">Net::MQTT</a>.</p>
|
||||
Note: this module is based on <a href="https://metacpan.org/pod/distribution/Net-MQTT/lib/Net/MQTT.pod">Net::MQTT</a> which needs to be installed from CPAN first.</p>
|
||||
<a name="MQTT_BRIDGEdefine"></a>
|
||||
<p><b>Define</b></p>
|
||||
<ul>
|
||||
|
@ -195,7 +195,7 @@ sub onmessage($$$) {
|
||||
<ul>
|
||||
<p>acts as a fhem-device that is mapped to <a href="http://mqtt.org/">mqtt</a>-topics.</p>
|
||||
<p>requires a <a href="#MQTT">MQTT</a>-device as IODev<br/>
|
||||
Note: this module is based on module <a href="https://metacpan.org/pod/distribution/Net-MQTT/lib/Net/MQTT.pod">Net::MQTT</a>.</p>
|
||||
Note: this module is based on <a href="https://metacpan.org/pod/distribution/Net-MQTT/lib/Net/MQTT.pod">Net::MQTT</a> which needs to be installed from CPAN first.</p>
|
||||
<a name="MQTT_DEVICEdefine"></a>
|
||||
<p><b>Define</b></p>
|
||||
<ul>
|
||||
|
Loading…
Reference in New Issue
Block a user