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

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>
Include dependency graph for alarm_control_panel.hpp:
This graph shows which files directly or indirectly include this file:

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< ProtoMessageesphome::api::to_message (const AlarmControlPanelCommand &cmd)
 

Detailed Description

Typed AlarmControlPanel entity (info + state + command).