ESPHome
2023.3.2
|
Data Structures | |
class | CalibrationTrigger |
class | CustomTrigger |
class | DeviceInformationTrigger |
class | EzoCommand |
class | EZOSensor |
This class implements support for the EZO circuits in i2c mode. More... | |
class | LedTrigger |
class | SlopeTrigger |
class | TTrigger |
Enumerations | |
enum | EzoCommandType : uint8_t { EZO_READ = 0, EZO_LED = 1, EZO_DEVICE_INFORMATION = 2, EZO_SLOPE = 3, EZO_CALIBRATION, EZO_SLEEP = 4, EZO_I2C = 5, EZO_T = 6, EZO_CUSTOM = 7 } |
enum | EzoCalibrationType : uint8_t { EZO_CAL_LOW = 0, EZO_CAL_MID = 1, EZO_CAL_HIGH = 2 } |
enum esphome::ezo::EzoCalibrationType : uint8_t |
enum esphome::ezo::EzoCommandType : uint8_t |