mirror of
https://github.com/esphome/esphome.git
synced 2025-11-20 16:55:49 +00:00
8 lines
158 B
C++
8 lines
158 B
C++
#include "query_button.h"
|
|
|
|
namespace esphome::ld2412 {
|
|
|
|
void QueryButton::press_action() { this->parent_->read_all_info(); }
|
|
|
|
} // namespace esphome::ld2412
|