Add get_disable_led() to HydreonRGxxComponent

This commit is contained in:
Ben Kristinsson 2024-04-09 07:33:06 +02:00
parent 0ba4e8c0ba
commit 7b7f6ff52d
1 changed files with 1 additions and 0 deletions

View File

@ -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_();