We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a254329 commit b5f9cd2Copy full SHA for b5f9cd2
umqtt.simple/README.rst
@@ -54,6 +54,8 @@ follows MQTT control operations, and maps them to class methods:
54
* ``publish()`` - Publish a message.
55
* ``subscribe()`` - Subscribe to a topic.
56
* ``set_callback()`` - Set callback for received subscription messages.
57
+* ``set_last_will()`` - Set MQTT "last will" message. Should be called
58
+ *before* connect().
59
* ``wait_msg()`` - Wait for a server message. A subscription message will be
60
delivered to a callback set with set_callback(), any other messages
61
will be processed internally.
0 commit comments