|
esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
|
Typed Event entity (info + state). More...
#include <esphome/api/model/entity.hpp>#include <esphome/api/model/enums.hpp>#include <cstdint>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | esphome::api::EventInfo |
| Static description of an event entity. More... | |
| struct | esphome::api::EventState |
| An event's reported value. More... | |
Namespaces | |
| namespace | esphome |
| namespace | esphome::api |
| namespace | esphome::api::proto |
Functions | |
| EventInfo | esphome::api::parse_event_info (const proto::ListEntitiesEventResponse &msg) |
| EventState | esphome::api::parse_event_state (const proto::EventResponse &msg) |
Typed Event entity (info + state).