From c5ff6dd05fd357803f419916aa98ad7dd0f8e535 Mon Sep 17 00:00:00 2001 From: Tuan PM Date: Fri, 16 Feb 2018 22:54:38 +0700 Subject: [PATCH] doc about support mqtt & mqtts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04f601b..785919c 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ git submodule add https://github.com/tuanpmt/espmqtt.git components/espmqtt ## Documentation ### URI +- Curently support `mqtt` and `mqtts` schemes - MQTT over HTTP, default port `1883`: `mqtt://iot.eclipse.org` - MQTT over HTTP, port `1884`: `mqtt://iot.eclipse.org:1884` - MQTT over HTTP, port `1884`, username and password: `mqtt://username:password@iot.eclipse.org:1884`