mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 17:27:59 +01:00
Add get_disable_led() to HydreonRGxxComponent
This commit is contained in:
parent
0ba4e8c0ba
commit
7b7f6ff52d
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ class HydreonRGxxComponent : public PollingComponent, public uart::UARTDevice {
|
|||
float get_setup_priority() const override;
|
||||
|
||||
void set_disable_led(bool disable_led) { this->disable_led_ = disable_led; }
|
||||
bool get_disable_led(return this->disabled_led_);
|
||||
|
||||
protected:
|
||||
void process_line_();
|
||||
|
|
Loading…
Reference in a new issue