|
ESPHome 2025.12.0-dev
|
internal struct for MQTT messages. More...
#include <mqtt_backend.h>
Data Fields | |
| std::string | topic |
| std::string | payload |
| uint8_t | qos |
| QoS. Only for last will testaments. | |
| bool | retain |
internal struct for MQTT messages.
Definition at line 25 of file mqtt_backend.h.
| std::string esphome::mqtt::MQTTMessage::payload |
Definition at line 27 of file mqtt_backend.h.
| uint8_t esphome::mqtt::MQTTMessage::qos |
QoS. Only for last will testaments.
Definition at line 28 of file mqtt_backend.h.
| bool esphome::mqtt::MQTTMessage::retain |
Definition at line 29 of file mqtt_backend.h.
| std::string esphome::mqtt::MQTTMessage::topic |
Definition at line 26 of file mqtt_backend.h.