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