ESPHome 2025.5.0
|
Data Structures | |
struct | ParseResult |
class | PVVXDisplay |
class | PVVXMiThermometer |
Typedefs | |
using | pvvx_writer_t = std::function<void(PVVXDisplay &)> |
Enumerations | |
enum | UNIT { UNIT_NONE = 0 , UNIT_DEG_GHE , UNIT_MINUS , UNIT_DEG_F , UNIT_LOWDASH , UNIT_DEG_C , UNIT_LINES , UNIT_DEG_E } |
Possible units for the big number. More... | |
using esphome::pvvx_mithermometer::pvvx_writer_t = std::function<void(PVVXDisplay &)> |
Definition at line 32 of file pvvx_display.h.
Possible units for the big number.
Enumerator | |
---|---|
UNIT_NONE | do not show a unit |
UNIT_DEG_GHE | show "°Г" |
UNIT_MINUS | show " -" |
UNIT_DEG_F | show "°F" |
UNIT_LOWDASH | show " _" |
UNIT_DEG_C | show "°C" |
UNIT_LINES | show " =" |
UNIT_DEG_E | show "°E" |
Definition at line 21 of file pvvx_display.h.