improve description of mqtt options

Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
This commit is contained in:
Stephen McLaughlin
2021-02-22 12:45:32 +00:00
committed by GitHub
parent 833ecfb1af
commit 16088b8a08

View File

@@ -359,8 +359,8 @@
"userProperties": "User Properties",
"subscriptionIdentifier": "Subscription ID",
"flags": "Flags",
"nl": "No Local",
"rap": "Retain as Published",
"nl": "Do not receive messages published by this client",
"rap": "Keep retain flag of original publish",
"rh": "Retain Handling",
"rh0": "0, Always send retained messages",
"rh1": "1, Send retained messages for new subscription",