mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-27 08:18:28 +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
225 B
C++
10 lines
225 B
C++
#include "sensitivity_number.h"
|
|
|
|
namespace esphome {
|
|
namespace seeed_mr24hpc1 {
|
|
|
|
void SensitivityNumber::control(float value) { this->parent_->set_sensitivity(value); }
|
|
|
|
} // namespace seeed_mr24hpc1
|
|
} // namespace esphome
|