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

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) |
Typed BinarySensor entity (info + state).