Skip to content

Commit 9459367

Browse files
ci(pre-commit): Apply automatic fixes
1 parent b9862d1 commit 9459367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Zigbee/src/ep/ZigbeeLight.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
ZigbeeLight::ZigbeeLight(uint8_t endpoint) : ZigbeeEP(endpoint) {
1919
_device_id = ESP_ZB_HA_ON_OFF_LIGHT_DEVICE_ID;
2020
_on_light_change = nullptr;
21-
21+
2222
esp_zb_on_off_light_cfg_t light_cfg = ESP_ZB_DEFAULT_ON_OFF_LIGHT_CONFIG();
2323
_cluster_list = esp_zb_on_off_light_clusters_create(&light_cfg); // use esp_zb_zcl_cluster_list_create() instead of esp_zb_on_off_light_clusters_create()
2424
_ep_config = {.endpoint = endpoint, .app_profile_id = ESP_ZB_AF_HA_PROFILE_ID, .app_device_id = ESP_ZB_HA_ON_OFF_LIGHT_DEVICE_ID, .app_device_version = 0};

0 commit comments

Comments
 (0)