ESPHome 2025.5.0
Loading...
Searching...
No Matches
event_emitter.cpp
Go to the documentation of this file.
1#include "event_emitter.h"
2
3namespace esphome {
4namespace event_emitter {
5
6static const char *const TAG = "event_emitter";
7
9 ESP_LOGE(TAG, "EventEmitter has reached the maximum number of listeners for event");
10 ESP_LOGW(TAG, "Removing listener to make space for new listener");
11}
12
13} // namespace event_emitter
14} // namespace esphome
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7