ESPHome  2024.4.1
Data Fields
esphome::mqtt::Availability Struct Reference

Simple data struct for Home Assistant component availability. More...

#include <mqtt_client.h>

Data Fields

std::string topic
 Empty means disabled. More...
 
std::string payload_available
 
std::string payload_not_available
 

Detailed Description

Simple data struct for Home Assistant component availability.

Definition at line 57 of file mqtt_client.h.

Field Documentation

◆ payload_available

std::string esphome::mqtt::Availability::payload_available

Definition at line 59 of file mqtt_client.h.

◆ payload_not_available

std::string esphome::mqtt::Availability::payload_not_available

Definition at line 60 of file mqtt_client.h.

◆ topic

std::string esphome::mqtt::Availability::topic

Empty means disabled.

Definition at line 58 of file mqtt_client.h.


The documentation for this struct was generated from the following file: