mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 11:22:24 +01:00
pulse_meter total (#9282)
This commit is contained in:
@@ -31,6 +31,10 @@ void PulseMeterSensor::setup() {
|
||||
this->pulse_state_.latched_ = this->last_pin_val_;
|
||||
this->pin_->attach_interrupt(PulseMeterSensor::pulse_intr, this, gpio::INTERRUPT_ANY_EDGE);
|
||||
}
|
||||
|
||||
if (this->total_sensor_ != nullptr) {
|
||||
this->total_sensor_->publish_state(this->total_pulses_);
|
||||
}
|
||||
}
|
||||
|
||||
void PulseMeterSensor::loop() {
|
||||
|
Reference in New Issue
Block a user