ESPHome 2025.5.0
Loading...
Searching...
No Matches
esphome::pvvx_mithermometer Namespace Reference

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...
 

Typedef Documentation

◆ pvvx_writer_t

Definition at line 32 of file pvvx_display.h.

Enumeration Type Documentation

◆ UNIT

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.