|
Home IO Control
ESPHome add-on for IO-Homecontrol devices
|
Context for a single inbound authentication (device‑initiated command). More...
#include <hub_exchange.h>
Public Attributes | |
| InboundAuthState | state {InboundAuthState::IDLE} |
| Current authentication state. | |
| IoFrame | challenge {} |
| The 0x3C challenge frame we sent (needed to verify 0x3D response). | |
Context for a single inbound authentication (device‑initiated command).
Definition at line 69 of file hub_exchange.h.
| 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.
| InboundAuthState esphome::home_io_control::exchange::InboundAuthContext::state {InboundAuthState::IDLE} |
Current authentication state.
Definition at line 70 of file hub_exchange.h.