@@ -265,8 +265,8 @@ int MqttClient::endMessage()
265
265
* @param topic The topic to publish to.
266
266
* @param payload The payload to publish.
267
267
* @param retain Publish the MQTT message with the retain flag. Default false.
268
- * @param qos The Quality of Service of the MQTT message. [0 .. 2]. Default 0.
269
- * @param dup Set or reset the duplicate flag of MQTT message. Default false (reset).
268
+ * @param qos The quality of service of the MQTT message. [0 .. 2]. Default 0.
269
+ * @param dup Set or reset the duplicate flag of the MQTT message. Default false (reset).
270
270
* @return 0 - Failed to send message.
271
271
* 1 - Successfully send message.
272
272
*/
@@ -286,8 +286,8 @@ int MqttClient::publish(const char* topic, const char* payload, bool retain, uin
286
286
* @param topic The topic to publish to.
287
287
* @param payload The payload to publish.
288
288
* @param retain Publish the MQTT message with the retain flag. Default false.
289
- * @param qos The Quality of Service of the MQTT message. [0 .. 2]. Default 0.
290
- * @param dup Set or reset the duplicate flag of MQTT message. Default false (reset).
289
+ * @param qos The quality of service of the MQTT message. [0 .. 2]. Default 0.
290
+ * @param dup Set or reset the duplicate flag of the MQTT message. Default false (reset).
291
291
* @return 0 - Failed to send message.
292
292
* 1 - Successfully send message.
293
293
*/
@@ -301,8 +301,8 @@ int MqttClient::publish(const String& topic, const char* payload, bool retain, u
301
301
* @param topic The topic to publish to.
302
302
* @param payload The payload to publish.
303
303
* @param retain Publish the MQTT message with the retain flag. Default false.
304
- * @param qos The Quality of Service of the MQTT message. [0 .. 2]. Default 0.
305
- * @param dup Set or reset the duplicate flag of MQTT message. Default false (reset).
304
+ * @param qos The quality of service of the MQTT message. [0 .. 2]. Default 0.
305
+ * @param dup Set or reset the duplicate flag of the MQTT message. Default false (reset).
306
306
* @return 0 - Failed to send message.
307
307
* 1 - Successfully send message.
308
308
*/
@@ -316,8 +316,8 @@ int MqttClient::publish(const char* topic, String& payload, bool retain, uint8_t
316
316
* @param topic The topic to publish to.
317
317
* @param payload The payload to publish.
318
318
* @param retain Publish the MQTT message with the retain flag. Default false.
319
- * @param qos The Quality of Service of the MQTT message. [0 .. 2]. Default 0.
320
- * @param dup Set or reset the duplicate flag of MQTT message. Default false (reset).
319
+ * @param qos The quality of service of the MQTT message. [0 .. 2]. Default 0.
320
+ * @param dup Set or reset the duplicate flag of the MQTT message. Default false (reset).
321
321
* @return 0 - Failed to send message.
322
322
* 1 - Successfully send message.
323
323
*/
0 commit comments