diff --git a/components/custom_monochromatic/monochromatic_light_output.h b/components/custom_monochromatic/monochromatic_light_output.h index 74f8296..93119df 100644 --- a/components/custom_monochromatic/monochromatic_light_output.h +++ b/components/custom_monochromatic/monochromatic_light_output.h @@ -55,13 +55,13 @@ public: if(data != 0){ if(data & 1){ this->set_state(Off); - /* ESP_LOGI(TAG, "Set to Off", data); */ + ESP_LOGI("TEST", "Set to Off", data); /* } else if ( data & 2 ){ */ /* this->set_state(Auto); */ /* ESP_LOGI(TAG, "Set to Auto", data); */ } else if ( data & 4 ){ this->set_state(On); - /* ESP_LOGI(TAG, "Set to On", data); */ + ESP_LOGI("TEST", "Set to On", data); } } /* if(this->state_ == Auto) { */