esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
event.hpp File Reference

Typed Event entity (info + state). More...

#include <esphome/api/model/entity.hpp>
#include <esphome/api/model/enums.hpp>
#include <cstdint>
#include <string>
#include <vector>
Include dependency graph for event.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Typed Event entity (info + state).