mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	feat: add debug logging for output level setting in dynamic_lamp loop
This commit is contained in:
		| @@ -83,6 +83,7 @@ void DynamicLampComponent::loop() { | |||||||
|               this->status_set_warning(); |               this->status_set_warning(); | ||||||
|               continue; |               continue; | ||||||
|           } |           } | ||||||
|  |           ESP_LOGV(TAG, "Setting output %s to level %f", this->available_outputs_[j].output_id.c_str(), state); | ||||||
|           this->available_outputs_[j].output->set_level(new_state); |           this->available_outputs_[j].output->set_level(new_state); | ||||||
|         } |         } | ||||||
|       } |       } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user