Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.27.1
-
None
Description
in the message browser, several enumerated values are annotated with a label to make their meaning more clear.
recently, I found that mqtt.qos.level was missing from that mechanism
a PR is present to add a short description to the known values, as taken from https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.pdf (chapter 3.3.1.2 "QoS"):
- 0 --> "at most once"
- 1 --> "at least once"
- 2 --> "exactly once"
Result:
additionally, the decoder functions that were already present look very similar and are replaced by a single function. obviously the decoder for mqtt.qos.level will use that too
Attachments
Issue Links
- links to