ESPHome 2026.8.0b4
Loading...
Searching...
No Matches
ld6002b_number.cpp
Go to the documentation of this file.
1#include "ld6002b_number.h"
2
3namespace esphome::ld6002b {
4
5void LD6002BNumber::control(float value) {
6 this->publish_state(value);
7 this->parent_->set_number_value(this->type_, value);
8}
9
10} // namespace esphome::ld6002b
void control(float value) override
void publish_state(float state)
Definition number.cpp:22