mirror of
https://github.com/esphome/esphome.git
synced 2025-09-09 23:02:23 +01:00
fix: update add_lamp_output_ method to be a member of DynamicLamp class
This commit is contained in:
@@ -105,7 +105,7 @@ void DynamicLamp::set_available_outputs(std::string output_list) {
|
||||
}
|
||||
}
|
||||
|
||||
void add_lamp_output_(uint8_t lamp_number, LinkedOutput output) {
|
||||
void DynamicLamp::add_lamp_output_(uint8_t lamp_number, LinkedOutput output) {
|
||||
this->active_lamps_[lamp_number].used_outputs[output.output_index] = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user