|
esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
|
Typed AlarmControlPanel 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 <string>

Go to the source code of this file.
Classes | |
| struct | esphome::api::AlarmControlPanelInfo |
| Static description of an alarm control panel entity. More... | |
| struct | esphome::api::AlarmControlPanelStatus |
| An alarm control panel's reported state. More... | |
| struct | esphome::api::AlarmControlPanelCommand |
| A command to change an alarm control panel's state. More... | |
Namespaces | |
| namespace | esphome |
| namespace | esphome::api |
| namespace | esphome::api::proto |
Functions | |
| AlarmControlPanelInfo | esphome::api::parse_alarm_control_panel_info (const proto::ListEntitiesAlarmControlPanelResponse &msg) |
| AlarmControlPanelStatus | esphome::api::parse_alarm_control_panel_state (const proto::AlarmControlPanelStateResponse &msg) |
| std::unique_ptr< ProtoMessage > | esphome::api::to_message (const AlarmControlPanelCommand &cmd) |
Typed AlarmControlPanel entity (info + state + command).