ESPHome 2026.9.0-dev
Loading...
Searching...
No Matches
esphome::mk2pvrouter Namespace Reference

Data Structures

class  Mk2PVRouter
 
class  Mk2PVRouterListener
 
class  Mk2PVRouterSensor
 

Variables

constexpr uint8_t START_FRAME = 0x2
 
constexpr uint8_t END_FRAME = 0x3
 
constexpr uint8_t LINE_FEED = 0xa
 
constexpr uint8_t CARRIAGE_RETURN = 0xd
 
constexpr uint8_t TAB = 0x9
 
constexpr uint8_t MAX_ITERATIONS = 128
 
constexpr uint8_t CRC_MASK = 0x3F
 
constexpr uint8_t CRC_OFFSET = 0x20
 

Variable Documentation

◆ CARRIAGE_RETURN

uint8_t esphome::mk2pvrouter::CARRIAGE_RETURN = 0xd
constexpr

Definition at line 12 of file mk2pvrouter.cpp.

◆ CRC_MASK

uint8_t esphome::mk2pvrouter::CRC_MASK = 0x3F
constexpr

Definition at line 15 of file mk2pvrouter.cpp.

◆ CRC_OFFSET

uint8_t esphome::mk2pvrouter::CRC_OFFSET = 0x20
constexpr

Definition at line 16 of file mk2pvrouter.cpp.

◆ END_FRAME

uint8_t esphome::mk2pvrouter::END_FRAME = 0x3
constexpr

Definition at line 10 of file mk2pvrouter.cpp.

◆ LINE_FEED

uint8_t esphome::mk2pvrouter::LINE_FEED = 0xa
constexpr

Definition at line 11 of file mk2pvrouter.cpp.

◆ MAX_ITERATIONS

uint8_t esphome::mk2pvrouter::MAX_ITERATIONS = 128
constexpr

Definition at line 14 of file mk2pvrouter.cpp.

◆ START_FRAME

uint8_t esphome::mk2pvrouter::START_FRAME = 0x2
constexpr

Definition at line 9 of file mk2pvrouter.cpp.

◆ TAB

uint8_t esphome::mk2pvrouter::TAB = 0x9
constexpr

Definition at line 13 of file mk2pvrouter.cpp.