ESPHome 2026.4.0
Loading...
Searching...
No Matches
controller_registry.cpp
Go to the documentation of this file.
2
3#ifdef USE_CONTROLLER_REGISTRY
4
5namespace esphome {
6
7StaticVector<Controller *, CONTROLLER_REGISTRY_MAX> ControllerRegistry::controllers;
8
9void ControllerRegistry::register_controller(Controller *controller) { controllers.push_back(controller); }
10
11} // namespace esphome
12
13#endif // USE_CONTROLLER_REGISTRY
static void register_controller(Controller *controller)
Register a controller to receive entity state updates.
static StaticVector< Controller *, CONTROLLER_REGISTRY_MAX > controllers
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7