mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-28 16:58:27 +02:00
4bbde8357a
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Peter Pan <twinkle-pirate@hotmail.com>
10 lines
239 B
C++
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
|