Update gp8211_output.cpp

This commit is contained in:
haudamekki 2024-10-19 21:10:47 +02:00 committed by GitHub
parent e8e8097e8c
commit e8c9529337
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,9 +8,7 @@ static const char *const TAG = "gp8211.output";
static const uint8_t OUTPUT_REGISTER = 0x02;
void GP8211Output::dump_config() {
ESP_LOGCONFIG(TAG, "GP8211 Output:");
}
void GP8211Output::dump_config() { ESP_LOGCONFIG(TAG, "GP8211 Output:"); }
void GP8211Output::write_state(float state) {
ESP_LOGD(TAG, "Original brightness state received from Light component: %.5f", state);