ESPHome  2025.3.3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
zone_type_select.cpp
Go to the documentation of this file.
1 #include "zone_type_select.h"
2 
3 namespace esphome {
4 namespace ld2450 {
5 
6 void ZoneTypeSelect::control(const std::string &value) {
7  this->publish_state(value);
8  this->parent_->set_zone_type(state);
9 }
10 
11 } // namespace ld2450
12 } // namespace esphome
void control(const std::string &value) override
std::string state
Definition: select.h:33
void publish_state(const std::string &state)
Definition: select.cpp:9
Implementation of SPI Controller mode.
Definition: a01nyub.cpp:7