ESPHome  2024.3.1
Data Structures | Namespaces | Enumerations
anova_base.h File Reference

Go to the source code of this file.

Data Structures

struct  esphome::anova::AnovaPacket
 
class  esphome::anova::AnovaCodec
 

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::anova
 

Enumerations

enum  esphome::anova::CurrentQuery {
  esphome::anova::NONE, esphome::anova::READ_DEVICE_STATUS, esphome::anova::READ_TARGET_TEMPERATURE, esphome::anova::READ_CURRENT_TEMPERATURE,
  esphome::anova::READ_DATA, esphome::anova::READ_UNIT, esphome::anova::SET_TARGET_TEMPERATURE, esphome::anova::SET_UNIT,
  esphome::anova::START, esphome::anova::STOP
}