ESPHome 2026.2.1
Loading...
Searching...
No Matches
esphome::tormatic::CommandRequestReply Struct Reference

#include <tormatic_protocol.h>

Public Member Functions

 CommandRequestReply ()=default
 
 CommandRequestReply (GateStatus state)
 
std::string print ()
 
void byteswap ()
 

Data Fields

StatusType type = GATE
 
uint8_t pad = 0x0
 
GateStatus state
 

Detailed Description

Definition at line 202 of file tormatic_protocol.h.

Constructor & Destructor Documentation

◆ CommandRequestReply() [1/2]

esphome::tormatic::CommandRequestReply::CommandRequestReply ( )
default

◆ CommandRequestReply() [2/2]

esphome::tormatic::CommandRequestReply::CommandRequestReply ( GateStatus state)
inline

Definition at line 214 of file tormatic_protocol.h.

Member Function Documentation

◆ byteswap()

void esphome::tormatic::CommandRequestReply::byteswap ( )
inline

Definition at line 223 of file tormatic_protocol.h.

◆ print()

std::string esphome::tormatic::CommandRequestReply::print ( )
inline

Definition at line 216 of file tormatic_protocol.h.

Field Documentation

◆ pad

uint8_t esphome::tormatic::CommandRequestReply::pad = 0x0

Definition at line 205 of file tormatic_protocol.h.

◆ state

GateStatus esphome::tormatic::CommandRequestReply::state

Definition at line 211 of file tormatic_protocol.h.

◆ type

StatusType esphome::tormatic::CommandRequestReply::type = GATE

Definition at line 204 of file tormatic_protocol.h.


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