ESPHome  2024.8.3
Data Fields
esphome::pulse_meter::PulseMeterSensor::PulseState Struct Reference

Filter state for pulse mode. More...

#include <pulse_meter_sensor.h>

Data Fields

uint32_t last_intr_ = 0
 
bool latched_ = false
 
bool last_pin_val_ = false
 

Detailed Description

Filter state for pulse mode.

Definition at line 74 of file pulse_meter_sensor.h.

Field Documentation

◆ last_intr_

uint32_t esphome::pulse_meter::PulseMeterSensor::PulseState::last_intr_ = 0

Definition at line 75 of file pulse_meter_sensor.h.

◆ last_pin_val_

bool esphome::pulse_meter::PulseMeterSensor::PulseState::last_pin_val_ = false

Definition at line 77 of file pulse_meter_sensor.h.

◆ latched_

bool esphome::pulse_meter::PulseMeterSensor::PulseState::latched_ = false

Definition at line 76 of file pulse_meter_sensor.h.


The documentation for this struct was generated from the following file: