ESPHome 2025.5.0
|
Data Structures | |
class | Anova |
class | AnovaCodec |
struct | AnovaPacket |
Enumerations | |
enum | CurrentQuery { NONE , READ_DEVICE_STATUS , READ_TARGET_TEMPERATURE , READ_CURRENT_TEMPERATURE , READ_DATA , READ_UNIT , SET_TARGET_TEMPERATURE , SET_UNIT , START , STOP } |
Functions | |
float | ftoc (float f) |
float | ctof (float c) |
Enumerator | |
---|---|
NONE | |
READ_DEVICE_STATUS | |
READ_TARGET_TEMPERATURE | |
READ_CURRENT_TEMPERATURE | |
READ_DATA | |
READ_UNIT | |
SET_TARGET_TEMPERATURE | |
SET_UNIT | |
START | |
STOP |
Definition at line 9 of file anova_base.h.
float esphome::anova::ctof | ( | float | c | ) |
Definition at line 10 of file anova_base.cpp.
float esphome::anova::ftoc | ( | float | f | ) |
Definition at line 8 of file anova_base.cpp.