From 76876a622bcd2cbfad71e0b231bc28c8ba0de48d Mon Sep 17 00:00:00 2001 From: mocul <823309460@qq.com> Date: Fri, 19 Jan 2024 09:35:26 +0800 Subject: [PATCH] Modified Wrong comment "color_dimmer_switch" to "generic_switch" --- components/esp_matter/esp_matter_endpoint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_matter/esp_matter_endpoint.cpp b/components/esp_matter/esp_matter_endpoint.cpp index a4f9078c1..18ed30bfc 100644 --- a/components/esp_matter/esp_matter_endpoint.cpp +++ b/components/esp_matter/esp_matter_endpoint.cpp @@ -458,7 +458,7 @@ esp_err_t add(endpoint_t *endpoint, config_t *config) return ESP_OK; } -} /* color_dimmer_switch */ +} /* generic_switch */ namespace on_off_plugin_unit { uint32_t get_device_type_id()