ESPHome  2024.9.0
Data Structures | Namespaces | Typedefs | Variables
statsd.h File Reference

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
 
};