esphome/esphome/components/seeed_mr24hpc1/number/motion_threshold_number.cpp

10 lines
239 B
C++

#include "motion_threshold_number.h"
namespace esphome {
namespace seeed_mr24hpc1 {
void MotionThresholdNumber::control(float value) { this->parent_->set_motion_threshold(value); }
} // namespace seeed_mr24hpc1
} // namespace esphome