ESPHome
2024.10.2
esphome
esphome
components
ld2410
switch
bluetooth_switch.cpp
Go to the documentation of this file.
1
#include "
bluetooth_switch.h
"
2
3
namespace
esphome
{
4
namespace
ld2410 {
5
6
void
BluetoothSwitch::write_state
(
bool
state
) {
7
this->
publish_state
(state);
8
this->
parent_
->set_bluetooth(state);
9
}
10
11
}
// namespace ld2410
12
}
// namespace esphome
esphome::ld2410::BluetoothSwitch::write_state
void write_state(bool state) override
Definition:
bluetooth_switch.cpp:6
esphome::Parented< LD2410Component >::parent_
LD2410Component * parent_
Definition:
helpers.h:532
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
bluetooth_switch.h
esphome::switch_::Switch::publish_state
void publish_state(bool state)
Publish a state to the front-end from the back-end.
Definition:
switch.cpp:47
state
bool state
Definition:
fan.h:34
Generated by
1.8.13