Introduction of Bolt Cloud

Using which protocol does the Bolt Devices communicate to the Bolt Cloud?

the Bolt Devices communicate to the Bolt Cloud using MQTT protocol

Hi @sumansatick1234,
The Bolt Module uses MQTT protocol to communicate with the Bolt Cloud, you don’t have to worry much about it as you can consume the Bolt APIs over HTTP to communicate to the Bolt Cloud and the communication between the Bolt Device and Bolt Cloud is abstracted away from you. Let me know if you need any other help.

The Bolt Cloud API uses **HTTP protocol for the communication and uses the HTTP GET and HTTP POST methods. Hence users can execute actions and retrieve information from Bolt devices programmatically using conventional HTTP requests.