ESPHome 2025.5.0
Loading...
Searching...
No Matches
logger_level_select.h
Go to the documentation of this file.
1#pragma once
2
6namespace esphome {
7namespace logger {
8class LoggerLevelSelect : public Component, public select::Select, public Parented<Logger> {
9 public:
10 void publish_state(int level);
11 void setup() override;
12 void control(const std::string &value) override;
13};
14} // namespace logger
15} // namespace esphome
Helper class to easily give an object a parent of type T.
Definition helpers.h:538
void control(const std::string &value) override
Base-class for all selects.
Definition select.h:31
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7