mirror of
https://github.com/esphome/esphome.git
synced 2025-03-14 06:38:17 +00:00
fix: correct class name for read_timers_to_log method in DynamicLampComponent
This commit is contained in:
parent
df1cf4eb2f
commit
16763529e2
@ -261,7 +261,7 @@ bool DynamicLampComponent::add_timer(std::string lamp_name, bool timer_active, u
|
||||
return true;
|
||||
}
|
||||
|
||||
void DynamicLamp::read_timers_to_log() {
|
||||
void DynamicLampComponent::read_timers_to_log() {
|
||||
uint8_t i = 0;
|
||||
for (i = 0; i < 16; i++) {
|
||||
if (this->parent_->active_lamps_[i].active) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user