ESPHome  2024.5.0
gate_threshold_number.cpp
Go to the documentation of this file.
2 
3 namespace esphome {
4 namespace ld2410 {
5 
6 GateThresholdNumber::GateThresholdNumber(uint8_t gate) : gate_(gate) {}
7 
8 void GateThresholdNumber::control(float value) {
9  this->publish_state(value);
10  this->parent_->set_gate_threshold(this->gate_);
11 }
12 
13 } // namespace ld2410
14 } // namespace esphome
void publish_state(float state)
Definition: number.cpp:9
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7