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

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

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

Go to the source code of this file.

Classes

struct  esphome::api::BinarySensorInfo
 Static description of a binary sensor entity. More...
 
struct  esphome::api::BinarySensorState
 A binary sensor's reported value. More...
 

Namespaces

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

Functions

BinarySensorInfo esphome::api::parse_binary_sensor_info (const proto::ListEntitiesBinarySensorResponse &msg)
 
BinarySensorState esphome::api::parse_binary_sensor_state (const proto::BinarySensorStateResponse &msg)
 

Detailed Description

Typed BinarySensor entity (info + state).