ESPHome
2024.10.3
|
Data Structures | |
class | StatsdComponent |
Typedefs | |
using | sensor_type_t = enum { TYPE_SENSOR, TYPE_BINARY_SENSOR } |
using | sensors_t = struct { const char *name |
Variables | |
sensor_type_t | type |
union { | |
esphome::sensor::Sensor * esphome::statsd::sensor | |
esphome::binary_sensor::BinarySensor * esphome::statsd::binary_sensor | |
}; | |
using esphome::statsd::sensor_type_t = typedef enum { TYPE_SENSOR, TYPE_BINARY_SENSOR } |
using esphome::statsd::sensors_t = typedef struct { const char *name |
union { ... } |
esphome::binary_sensor::BinarySensor* esphome::statsd::binary_sensor |
esphome::sensor::Sensor* esphome::statsd::sensor |
sensor_type_t esphome::statsd::type |