HAMQTT 0.1.0
ESP-IDF component for integrating devices with Home Assistant over MQTT
|
Interface definition for Home Assistant MQTT components. More...
#include "common.h"
Go to the source code of this file.
Typedefs | |
typedef struct HAMQTT_Component | HAMQTT_Component |
Interface definition for Home Assistant MQTT components.
This header defines the abstract HAMQTT_Component interface and the virtual dispatch function declarations for MQTT-based Home Assistant components. Components implementing this interface must provide their own VTable implementation for MQTT discovery, messaging, and updates.