ESPHome
2024.10.2
|
Go to the source code of this file.
Data Structures | |
class | esphome::statsd::StatsdComponent |
Namespaces | |
esphome | |
Implementation of SPI Controller mode. | |
esphome::statsd | |
Typedefs | |
using | esphome::statsd::sensor_type_t = enum { TYPE_SENSOR, TYPE_BINARY_SENSOR } |
using | esphome::statsd::sensors_t = struct { const char *name |
Variables | |
sensor_type_t | esphome::statsd::type |
union { | |
esphome::sensor::Sensor * esphome::statsd::sensor | |
esphome::binary_sensor::BinarySensor * esphome::statsd::binary_sensor | |
}; | |