ESPHome 2025.11.0b4
Loading...
Searching...
No Matches
gp8403_output.cpp
Go to the documentation of this file.
1#include "gp8403_output.h"
2
3#include "esphome/core/log.h"
4
5namespace esphome {
6namespace gp8403 {
7
8static const char *const TAG = "gp8403.output";
9
11 ESP_LOGCONFIG(TAG,
12 "GP8403 Output:\n"
13 " Channel: %u",
14 this->channel_);
15}
16
17void GP8403Output::write_state(float state) { this->parent_->write_state(state, this->channel_); }
18
19} // namespace gp8403
20} // namespace esphome
void write_state(float state) override
bool state
Definition fan.h:0
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7