Commit 9741c8f1 authored by devsaurus's avatar devsaurus
Browse files

fix #527

parent 1c32d205
......@@ -149,7 +149,7 @@ Subscribes to one or several topics.
- `topic` a [topic string](http://www.hivemq.com/blog/mqtt-essentials-part-5-mqtt-topics-best-practices)
- `qos` QoS subscription level, default 0
- `table` array of 'topic, qos' pairs to subscribe to
- `function(client, topic, message)` optional callback fired when message received
- `function(client)` optional callback fired when subscription(s) succeeded
#### Returns
`true` on success, `false` otherwise
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment