ESPHome 2025.5.0
Loading...
Searching...
No Matches
zone_coordinate_number.cpp
Go to the documentation of this file.
2
3namespace esphome {
4namespace ld2450 {
5
6ZoneCoordinateNumber::ZoneCoordinateNumber(uint8_t zone) : zone_(zone) {}
7
9 this->publish_state(value);
10 this->parent_->set_zone_coordinate(this->zone_);
11}
12
13} // namespace ld2450
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