From 8d7545b8e54b3e2fb6ac9108d4268917fc5c92ef Mon Sep 17 00:00:00 2001 From: Kushal Lahoti Date: Sat, 25 Feb 2023 10:16:54 +0530 Subject: [PATCH] Removed subscribe for operation type - retain --- mqtt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mqtt/README.md b/mqtt/README.md index 0161fdb9..886cee91 100644 --- a/mqtt/README.md +++ b/mqtt/README.md @@ -69,7 +69,7 @@ This object contains information about the operation representation in MQTT. Field Name | Type | Applies To | Description ---|:---:|:---:|--- `qos` | integer | Publish, Subscribe | Defines the Quality of Service (QoS) levels for the message flow between client and server. Its value MUST be either 0 (At most once delivery), 1 (At least once delivery), or 2 (Exactly once delivery). -`retain` | boolean | Publish, Subscribe | Whether the broker should retain the message or not. +`retain` | boolean | Publish | Whether the broker should retain the message or not. `bindingVersion` | string | Publish, Subscribe | The version of this binding. If omitted, "latest" MUST be assumed. This object MUST contain only the properties defined above.