ESPHome
2024.12.2
|
#include <opentherm.h>
Data Fields | |
ProtocolErrorType | error_type |
uint32_t | capture |
uint8_t | clock |
uint32_t | data |
uint8_t | bit_pos |
Definition at line 214 of file opentherm.h.
uint8_t esphome::opentherm::OpenThermError::bit_pos |
Definition at line 219 of file opentherm.h.
uint32_t esphome::opentherm::OpenThermError::capture |
Definition at line 216 of file opentherm.h.
uint8_t esphome::opentherm::OpenThermError::clock |
Definition at line 217 of file opentherm.h.
uint32_t esphome::opentherm::OpenThermError::data |
Definition at line 218 of file opentherm.h.
ProtocolErrorType esphome::opentherm::OpenThermError::error_type |
Definition at line 215 of file opentherm.h.