ESPHome 2025.6.2
Loading...
Searching...
No Matches
openthread_info_text_sensor.cpp
Go to the documentation of this file.
1
3#ifdef USE_OPENTHREAD
4#include "esphome/core/log.h"
5
6namespace esphome {
7namespace openthread_info {
8
9static const char *const TAG = "openthread_info";
10
11void IPAddressOpenThreadInfo::dump_config() { LOG_TEXT_SENSOR("", "IPAddress", this); }
12void RoleOpenThreadInfo::dump_config() { LOG_TEXT_SENSOR("", "Role", this); }
13void ChannelOpenThreadInfo::dump_config() { LOG_TEXT_SENSOR("", "Channel", this); }
14void Rloc16OpenThreadInfo::dump_config() { LOG_TEXT_SENSOR("", "Rloc16", this); }
15void ExtAddrOpenThreadInfo::dump_config() { LOG_TEXT_SENSOR("", "ExtAddr", this); }
16void Eui64OpenThreadInfo::dump_config() { LOG_TEXT_SENSOR("", "Eui64", this); }
17void NetworkNameOpenThreadInfo::dump_config() { LOG_TEXT_SENSOR("", "Network Name", this); }
18void NetworkKeyOpenThreadInfo::dump_config() { LOG_TEXT_SENSOR("", "Network Key", this); }
19void PanIdOpenThreadInfo::dump_config() { LOG_TEXT_SENSOR("", "PAN ID", this); }
20void ExtPanIdOpenThreadInfo::dump_config() { LOG_TEXT_SENSOR("", "Extended PAN ID", this); }
21
22} // namespace openthread_info
23} // namespace esphome
24#endif
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7