MQTT client
Platform : Our APP has a built-in MQTT (MQ Telemetry Transport) client which is capable of subscribing or publishing message. A pre-configured MQTT server is needed for working with MQTT client.

MQTT Operation Diagram
Demo Example : The temperature and humidity are the subscribed MQTT message. Control device by publish "ON" or "OFF" MQTT message.

Get status and control ON/OFF by MQTT