ESPHome 2025.5.0
Loading...
Searching...
No Matches
gate_threshold_number.cpp
Go to the documentation of this file.
2
3namespace esphome {
4namespace ld2410 {
5
6GateThresholdNumber::GateThresholdNumber(uint8_t gate) : gate_(gate) {}
7
8void 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
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7