HAMQTT 0.1.0
ESP-IDF component for integrating devices with Home Assistant over MQTT
Loading...
Searching...
No Matches
hamqtt_component.h File Reference

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

Detailed Description

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.

Author
Ethan Barnes
Date
2025