ESPHome
2024.10.2
esphome
esphome
components
seeed_mr24hpc1
number
motion_threshold_number.cpp
Go to the documentation of this file.
1
#include "
motion_threshold_number.h
"
2
3
namespace
esphome
{
4
namespace
seeed_mr24hpc1 {
5
6
void
MotionThresholdNumber::control
(
float
value) { this->
parent_
->set_motion_threshold(value); }
7
8
}
// namespace seeed_mr24hpc1
9
}
// namespace esphome
esphome::Parented< MR24HPC1Component >::parent_
MR24HPC1Component * parent_
Definition:
helpers.h:532
esphome::seeed_mr24hpc1::MotionThresholdNumber::control
void control(float value) override
Definition:
motion_threshold_number.cpp:6
motion_threshold_number.h
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
Generated by
1.8.13