#include <template_output.h>
|
| Trigger< float > * | get_trigger () |
| |
| void | set_max_power (float max_power) |
| | Set the maximum power output of this component.
|
| |
| void | set_min_power (float min_power) |
| | Set the minimum power output of this component.
|
| |
| void | set_zero_means_zero (bool zero_means_zero) |
| | Sets this output to ignore min_power for a 0 state.
|
| |
| template<bool _use_output_float_power_scaling = false> |
| void | set_max_power (float max_power) |
| |
| template<bool _use_output_float_power_scaling = false> |
| void | set_min_power (float min_power) |
| |
| template<bool _use_output_float_power_scaling = false> |
| void | set_zero_means_zero (bool zero_means_zero) |
| |
| void | set_level (float state) |
| | Set the level of this float output, this is called from the front-end.
|
| |
| virtual void | update_frequency (float frequency) |
| | Set the frequency of the output for PWM outputs.
|
| |
| float | get_max_power () const |
| | Get the maximum power output.
|
| |
| float | get_min_power () const |
| | Get the minimum power output.
|
| |
| float | get_max_power () const |
| | Get the maximum power output.
|
| |
| float | get_min_power () const |
| | Get the minimum power output.
|
| |
| void | set_inverted (bool inverted) |
| | Set the inversion state of this binary output.
|
| |
| void | set_power_supply (power_supply::PowerSupply *power_supply) |
| | Use this to connect up a power supply to this output.
|
| |
| virtual void | set_state (bool state) |
| | Enable or disable this binary output.
|
| |
| virtual void | turn_on () |
| | Enable this binary output.
|
| |
| virtual void | turn_off () |
| | Disable this binary output.
|
| |
| bool | is_inverted () const |
| | Return whether this binary output is inverted.
|
| |
Definition at line 19 of file template_output.h.
◆ get_trigger()
| Trigger< float > * esphome::template_::TemplateFloatOutput::get_trigger |
( |
| ) |
|
|
inline |
◆ write_state()
| void esphome::template_::TemplateFloatOutput::write_state |
( |
float | state | ) |
|
|
inlineoverrideprotectedvirtual |
◆ trigger_
| Trigger<float> esphome::template_::TemplateFloatOutput::trigger_ |
|
protected |
The documentation for this class was generated from the following file: