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

Typed Light entity (info + state + command). More...

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

Go to the source code of this file.

Classes

struct  esphome::api::LightInfo
 Static description of a light entity. More...
 
struct  esphome::api::LightState
 A light's reported state. More...
 
struct  esphome::api::LightRgb
 RGB triple, set together via the single has_rgb command flag. More...
 
struct  esphome::api::LightCommand
 A command to mutate a light. Each optional field is sent only when engaged. More...
 

Namespaces

namespace  esphome
 
namespace  esphome::api
 
namespace  esphome::api::proto
 

Functions

LightInfo esphome::api::parse_light_info (const proto::ListEntitiesLightResponse &msg)
 
LightState esphome::api::parse_light_state (const proto::LightStateResponse &msg)
 
std::unique_ptr< ProtoMessageesphome::api::to_message (const LightCommand &cmd)
 

Detailed Description

Typed Light entity (info + state + command).