ESPHome
2024.10.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 183 of file opentherm.h.
uint8_t esphome::opentherm::OpenThermError::bit_pos |
Definition at line 188 of file opentherm.h.
uint32_t esphome::opentherm::OpenThermError::capture |
Definition at line 185 of file opentherm.h.
uint8_t esphome::opentherm::OpenThermError::clock |
Definition at line 186 of file opentherm.h.
uint32_t esphome::opentherm::OpenThermError::data |
Definition at line 187 of file opentherm.h.
ProtocolErrorType esphome::opentherm::OpenThermError::error_type |
Definition at line 184 of file opentherm.h.