ESPHome 2025.5.0
Loading...
Searching...
No Matches
ethernet_info_text_sensor.cpp
Go to the documentation of this file.
2#include "esphome/core/log.h"
3
4#ifdef USE_ESP32
5
6namespace esphome {
7namespace ethernet_info {
8
9static const char *const TAG = "ethernet_info";
10
11void IPAddressEthernetInfo::dump_config() { LOG_TEXT_SENSOR("", "EthernetInfo IPAddress", this); }
12void DNSAddressEthernetInfo::dump_config() { LOG_TEXT_SENSOR("", "EthernetInfo DNS Address", this); }
13void MACAddressEthernetInfo::dump_config() { LOG_TEXT_SENSOR("", "EthernetInfo MAC Address", this); }
14
15} // namespace ethernet_info
16} // namespace esphome
17
18#endif // USE_ESP32
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7