ESPHome  2024.5.0
bluetooth_switch.cpp
Go to the documentation of this file.
1 #include "bluetooth_switch.h"
2 
3 namespace esphome {
4 namespace ld2410 {
5 
7  this->publish_state(state);
8  this->parent_->set_bluetooth(state);
9 }
10 
11 } // namespace ld2410
12 } // namespace esphome
void write_state(bool state) override
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7
void publish_state(bool state)
Publish a state to the front-end from the back-end.
Definition: switch.cpp:47
bool state
Definition: fan.h:34