From 0abb3f9057913db34743ca776835d324506ac1fa Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Mon, 22 Jan 2018 21:11:31 +0000 Subject: [PATCH] Update api.html --- api.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.html b/api.html index 73688fd..d9ae6be 100644 --- a/api.html +++ b/api.html @@ -314,7 +314,7 @@ void setup() {
  • -3 : MQTT_CONNECTION_LOST - the network connection was broken
  • -2 : MQTT_CONNECT_FAILED - the network connection failed
  • -1 : MQTT_DISCONNECTED - the client is disconnected cleanly
  • -
  • 0 : MQTT_CONNECTED - the cient is connected
  • +
  • 0 : MQTT_CONNECTED - the client is connected
  • 1 : MQTT_CONNECT_BAD_PROTOCOL - the server doesn't support the requested version of MQTT
  • 2 : MQTT_CONNECT_BAD_CLIENT_ID - the server rejected the client identifier
  • 3 : MQTT_CONNECT_UNAVAILABLE - the server was unable to accept the connection