ESPHome  2024.4.2
Data Structures | Enumerations
esphome::micronova Namespace Reference

Data Structures

class  MicroNova
 
class  MicroNovaBaseListener
 
class  MicroNovaButton
 
class  MicroNovaButtonListener
 
class  MicroNovaNumber
 
class  MicroNovaNumberListener
 
class  MicroNovaSensor
 
class  MicroNovaSensorListener
 
class  MicroNovaSwitch
 
class  MicroNovaSwitchListener
 
class  MicroNovaTextSensor
 

Enumerations

enum  MicroNovaFunctions {
  MicroNovaFunctions::STOVE_FUNCTION_VOID = 0, MicroNovaFunctions::STOVE_FUNCTION_SWITCH = 1, MicroNovaFunctions::STOVE_FUNCTION_ROOM_TEMPERATURE = 2, MicroNovaFunctions::STOVE_FUNCTION_THERMOSTAT_TEMPERATURE = 3,
  MicroNovaFunctions::STOVE_FUNCTION_FUMES_TEMPERATURE = 4, MicroNovaFunctions::STOVE_FUNCTION_STOVE_POWER = 5, MicroNovaFunctions::STOVE_FUNCTION_FAN_SPEED = 6, MicroNovaFunctions::STOVE_FUNCTION_STOVE_STATE = 7,
  MicroNovaFunctions::STOVE_FUNCTION_MEMORY_ADDRESS_SENSOR = 8, MicroNovaFunctions::STOVE_FUNCTION_WATER_TEMPERATURE = 9, MicroNovaFunctions::STOVE_FUNCTION_WATER_PRESSURE = 10, MicroNovaFunctions::STOVE_FUNCTION_POWER_LEVEL = 11,
  MicroNovaFunctions::STOVE_FUNCTION_CUSTOM = 12
}
 

Enumeration Type Documentation

◆ MicroNovaFunctions

Enumerator
STOVE_FUNCTION_VOID 
STOVE_FUNCTION_SWITCH 
STOVE_FUNCTION_ROOM_TEMPERATURE 
STOVE_FUNCTION_THERMOSTAT_TEMPERATURE 
STOVE_FUNCTION_FUMES_TEMPERATURE 
STOVE_FUNCTION_STOVE_POWER 
STOVE_FUNCTION_FAN_SPEED 
STOVE_FUNCTION_STOVE_STATE 
STOVE_FUNCTION_MEMORY_ADDRESS_SENSOR 
STOVE_FUNCTION_WATER_TEMPERATURE 
STOVE_FUNCTION_WATER_PRESSURE 
STOVE_FUNCTION_POWER_LEVEL 
STOVE_FUNCTION_CUSTOM 

Definition at line 29 of file micronova.h.