ESPHome
2025.12.3
Loading...
Searching...
No Matches
esphome
components
ld2410
switch
engineering_mode_switch.cpp
Go to the documentation of this file.
1
#include "
engineering_mode_switch.h
"
2
3
namespace
esphome::ld2410
{
4
5
void
EngineeringModeSwitch::write_state
(
bool
state
) {
6
this->
publish_state
(state);
7
this->
parent_
->set_engineering_mode(state);
8
}
9
10
}
// namespace esphome::ld2410
esphome::Parented< LD2410Component >::parent_
LD2410Component * parent_
Definition
helpers.h:943
esphome::ld2410::EngineeringModeSwitch::write_state
void write_state(bool state) override
Definition
engineering_mode_switch.cpp:5
esphome::switch_::Switch::publish_state
void publish_state(bool state)
Publish a state to the front-end from the back-end.
Definition
switch.cpp:57
state
bool state
Definition
fan.h:0
engineering_mode_switch.h
esphome::ld2410
Definition
automation.h:7
Generated by
1.12.0