ESPHome  2024.3.1
Public Member Functions | Protected Member Functions | Protected Attributes
esphome::sm16716::SM16716::Channel Class Reference

#include <sm16716.h>

Inheritance diagram for esphome::sm16716::SM16716::Channel:
esphome::output::FloatOutput esphome::output::BinaryOutput

Public Member Functions

void set_parent (SM16716 *parent)
 
void set_channel (uint8_t channel)
 
- Public Member Functions inherited from esphome::output::FloatOutput
void set_max_power (float max_power)
 Set the maximum power output of this component. More...
 
void set_min_power (float min_power)
 Set the minimum power output of this component. More...
 
void set_zero_means_zero (bool zero_means_zero)
 Sets this output to ignore min_power for a 0 state. More...
 
void set_level (float state)
 Set the level of this float output, this is called from the front-end. More...
 
virtual void update_frequency (float frequency)
 Set the frequency of the output for PWM outputs. More...
 
float get_max_power () const
 Get the maximum power output. More...
 
float get_min_power () const
 Get the minimum power output. More...
 
- Public Member Functions inherited from esphome::output::BinaryOutput
void set_inverted (bool inverted)
 Set the inversion state of this binary output. More...
 
void set_power_supply (power_supply::PowerSupply *power_supply)
 Use this to connect up a power supply to this output. More...
 
virtual void set_state (bool state)
 Enable or disable this binary output. More...
 
virtual void turn_on ()
 Enable this binary output. More...
 
virtual void turn_off ()
 Disable this binary output. More...
 
bool is_inverted () const
 Return whether this binary output is inverted. More...
 

Protected Member Functions

void write_state (float state) override
 
- Protected Member Functions inherited from esphome::output::FloatOutput
void write_state (bool state) override
 Implement BinarySensor's write_enabled; this should never be called. More...
 

Protected Attributes

SM16716parent_
 
uint8_t channel_
 
- Protected Attributes inherited from esphome::output::FloatOutput
float max_power_ {1.0f}
 
float min_power_ {0.0f}
 
bool zero_means_zero_
 
- Protected Attributes inherited from esphome::output::BinaryOutput
bool inverted_ {false}
 
power_supply::PowerSupplyRequester power_ {}
 

Detailed Description

Definition at line 29 of file sm16716.h.

Member Function Documentation

◆ set_channel()

void esphome::sm16716::SM16716::Channel::set_channel ( uint8_t  channel)
inline

Definition at line 32 of file sm16716.h.

◆ set_parent()

void esphome::sm16716::SM16716::Channel::set_parent ( SM16716 parent)
inline

Definition at line 31 of file sm16716.h.

◆ write_state()

void esphome::sm16716::SM16716::Channel::write_state ( float  state)
inlineoverrideprotectedvirtual

Implements esphome::output::FloatOutput.

Definition at line 35 of file sm16716.h.

Field Documentation

◆ channel_

uint8_t esphome::sm16716::SM16716::Channel::channel_
protected

Definition at line 41 of file sm16716.h.

◆ parent_

SM16716* esphome::sm16716::SM16716::Channel::parent_
protected

Definition at line 40 of file sm16716.h.


The documentation for this class was generated from the following file: