Add mosquitto_subscribe_multiple()

For sending subscriptions to multiple topics in one command.
This commit is contained in:
Roger A. Light
2018-09-27 22:06:54 +01:00
parent cf9a72d8db
commit 8b66a323cd
+8
View File
@@ -1,3 +1,11 @@
1.6 - 2018xxxx
==============
Library features:
- Add mosquitto_subscribe_multiple() for sending subscriptions to multiple
topics in one command.
1.5 - 20180502
==============