We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db2963 commit 6698fb9Copy full SHA for 6698fb9
libraries/Zigbee/src/ZigbeeHandlers.cpp
@@ -171,7 +171,7 @@ static esp_err_t zb_cmd_ias_zone_enroll_response_handler(const esp_zb_zcl_ias_zo
171
log_e("Received message: error status(%d)", message->info.status);
172
return ESP_ERR_INVALID_ARG;
173
}
174
- log_v("IAS Zone Enroll Response recieved");
+ log_v("IAS Zone Enroll Response received");
175
for (std::list<ZigbeeEP *>::iterator it = Zigbee.ep_objects.begin(); it != Zigbee.ep_objects.end(); ++it) {
176
if (message->info.dst_endpoint == (*it)->getEndpoint()) {
177
(*it)->zbIASZoneEnrollResponse(message);
0 commit comments