esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
Loading...
Searching...
No Matches
Public Attributes | List of all members
esphome::api::AlarmControlPanelCommand Struct Reference

A command to change an alarm control panel's state. More...

#include <alarm_control_panel.hpp>

Collaboration diagram for esphome::api::AlarmControlPanelCommand:
Collaboration graph
[legend]

Public Attributes

std::uint32_t key = 0
 
AlarmControlPanelStateCommand command = AlarmControlPanelStateCommand::Disarm
 
std::string code
 

Detailed Description

A command to change an alarm control panel's state.

Member Data Documentation

◆ code

std::string esphome::api::AlarmControlPanelCommand::code

◆ command

AlarmControlPanelStateCommand esphome::api::AlarmControlPanelCommand::command = AlarmControlPanelStateCommand::Disarm

◆ key

std::uint32_t esphome::api::AlarmControlPanelCommand::key = 0

The documentation for this struct was generated from the following file: