ESPHome
2025.2.0
esphome
esphome
components
event_emitter
event_emitter.cpp
Go to the documentation of this file.
1
#include "
event_emitter.h
"
2
3
namespace
esphome
{
4
namespace
event_emitter {
5
6
static
const
char
*
const
TAG =
"event_emitter"
;
7
8
void
raise_event_emitter_full_error
() {
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
event_emitter.h
esphome::event_emitter::raise_event_emitter_full_error
void raise_event_emitter_full_error()
Definition:
event_emitter.cpp:8
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
Generated by
1.8.13