Skip to content

Commit 59335bb

Browse files
committed
Remove outdated comments
1 parent 4eb37aa commit 59335bb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libraries/Zigbee/src/ep/ZigbeeColorDimmerSwitch.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ void ZigbeeColorDimmerSwitch::bindCb(esp_zb_zdp_status_t zdo_status, void *user_
4545
//Read manufacturer and model automatically after successful bind
4646
_instance->readManufacturerAndModel(light->endpoint, light->short_addr);
4747
log_i("The light originating from address(0x%x) on endpoint(%d)", light->short_addr, light->endpoint);
48-
//TODO: call user method to notify about the light and pass all the info ????
4948
_instance->_bound_devices.push_back(light);
5049
}
5150
_is_bound = true;

libraries/Zigbee/src/ep/ZigbeeSwitch.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ void ZigbeeSwitch::bindCb(esp_zb_zdp_status_t zdo_status, void *user_ctx) {
2727
//Read manufacturer and model automatically after successful bind
2828
_instance->readManufacturerAndModel(light->endpoint, light->short_addr);
2929
log_i("The light originating from address(0x%x) on endpoint(%d)", light->short_addr, light->endpoint);
30-
//TODO: call user method to notify about the light and pass all the info ????
3130
_instance->_bound_devices.push_back(light);
3231
//free(light);
3332
}

0 commit comments

Comments
 (0)