2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

00_MQTT2_SERVER.pm: fix the doc concerning the retain message (Forum #90145)

git-svn-id: https://svn.fhem.de/fhem/trunk@17539 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2018-10-15 18:47:53 +00:00
parent 4d936255ba
commit aad32bfdb0

View File

@ -529,7 +529,6 @@ MQTT2_SERVER_getStr($$)
<ul>
<li>to set user/password use an allowed instance and its basicAuth
feature (set/attr)</li>
<li>retained messages are lost after a FHEM restart</li>
<li>the retain flag is not propagated by publish</li>
<li>only QOS 0 and 1 is implemented</li>
</ul>