1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-13 22:28:14 +00:00

Update esphome/components/mcp4461/output/mcp4461_output.h

Co-authored-by: Djordje Mandic <6750655+DjordjeMandic@users.noreply.github.com>
This commit is contained in:
Oliver Kleinecke 2025-02-20 16:25:45 +01:00 committed by GitHub
parent b5615e814e
commit f745f0c645
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ class Mcp4461Wiper : public output::FloatOutput, public Parented<Mcp4461Componen
public:
Mcp4461Wiper(Mcp4461Component *parent, Mcp4461WiperIdx wiper) : parent_(parent), wiper_(wiper) {}
/// @brief Enables/Disables current output using bool parameter
/// @param[state] boolean var representing desired state (true=ON, false=OFF)
/// @param[in] state boolean var representing desired state (true=ON, false=OFF)
void set_state(bool state) override;
/// @brief Enables current output
void turn_on() override;