A class for controlling Homie entities and ensuring their interaction with the MQTT broker.
This sdk currently support ESP32 platform.
- Cloud2Smart()
- void setup()
- Device* GetDevice()
- void loop()
Cloud2Smart()
Creates a Cloud2Smart object.
void setup()
Setting up base features.
**Device* GetDevice() **
Returns a pointer to the device object.
void loop()
Handles the current state of the device.
- ESP8266 platform support
- TLS support
Read our docs about 2Smart Cloud protocol