1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",
@ -988,4 +988,4 @@
"unexpected" : "unexpected mode",
"no-parts" : "no parts property in message"
}
}
}