mirror of
https://github.com/esphome/esphome.git
synced 2025-09-06 21:32:21 +01:00
fix: rename Dynamic_LampTimer to DynamicLampTimer for consistency
This commit is contained in:
@@ -126,7 +126,7 @@ class DynamicLampComponent : public Component {
|
||||
|
||||
CombinedLamp active_lamps_[16];
|
||||
LinkedOutput available_outputs_[16];
|
||||
Dynamic_LampTimer timers_[256];
|
||||
DynamicLampTimer timers_[256];
|
||||
uint8_t save_mode_;
|
||||
uint8_t lamp_count_ = 0;
|
||||
};
|
||||
|
Reference in New Issue
Block a user