ESPHome 2026.5.0-dev
Loading...
Searching...
No Matches
key_provider.cpp
Go to the documentation of this file.
1#include "key_provider.h"
2
3namespace esphome {
4namespace key_provider {
5
6void KeyProvider::send_key_(uint8_t key) { this->key_callback_.call(key); }
7
8} // namespace key_provider
9} // namespace esphome
CallbackManager< void(uint8_t)> key_callback_
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7