ESPHome 2026.5.0
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::gp8403 {
6
7static const char *const TAG = "gp8403.output";
8
10 ESP_LOGCONFIG(TAG,
11 "GP8403 Output:\n"
12 " Channel: %u",
13 this->channel_);
14}
15
16void GP8403Output::write_state(float state) { this->parent_->write_state(state, this->channel_); }
17
18} // namespace esphome::gp8403
void write_state(float state) override
bool state
Definition fan.h:2