Home IO Control
ESPHome add-on for IO-Homecontrol devices
Loading...
Searching...
No Matches
esphome::home_io_control::exchange::InboundAuthContext Struct Reference

Context for a single inbound authentication (device‑initiated command). More...

#include <hub_exchange.h>

Collaboration diagram for esphome::home_io_control::exchange::InboundAuthContext:

Public Attributes

InboundAuthState state {InboundAuthState::IDLE}
 Current authentication state.
IoFrame challenge {}
 The 0x3C challenge frame we sent (needed to verify 0x3D response).

Detailed Description

Context for a single inbound authentication (device‑initiated command).

Definition at line 69 of file hub_exchange.h.

Member Data Documentation

◆ challenge

IoFrame esphome::home_io_control::exchange::InboundAuthContext::challenge {}

The 0x3C challenge frame we sent (needed to verify 0x3D response).

Definition at line 71 of file hub_exchange.h.

◆ state

InboundAuthState esphome::home_io_control::exchange::InboundAuthContext::state {InboundAuthState::IDLE}

Current authentication state.

Definition at line 70 of file hub_exchange.h.


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