Skip to content

Commit 990eb7b

Browse files
committed
fix(zigbee): Remove on_light_change from constructor
1 parent a934e88 commit 990eb7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/Zigbee/src/ep/ZigbeeColorDimmableLight.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
ZigbeeColorDimmableLight::ZigbeeColorDimmableLight(uint8_t endpoint) : ZigbeeEP(endpoint) {
2020
_device_id = ESP_ZB_HA_COLOR_DIMMABLE_LIGHT_DEVICE_ID;
21-
_on_light_change = nullptr;
2221

2322
esp_zb_color_dimmable_light_cfg_t light_cfg = ZIGBEE_DEFAULT_COLOR_DIMMABLE_LIGHT_CONFIG();
2423
_cluster_list = esp_zb_color_dimmable_light_clusters_create(&light_cfg);

0 commit comments

Comments
 (0)