ESPHome 2025.5.0
Loading...
Searching...
No Matches
wifi_info_text_sensor.cpp
Go to the documentation of this file.
2#ifdef USE_WIFI
3#include "esphome/core/log.h"
4
5namespace esphome {
6namespace wifi_info {
7
8static const char *const TAG = "wifi_info";
9
10void IPAddressWiFiInfo::dump_config() { LOG_TEXT_SENSOR("", "WifiInfo IPAddress", this); }
11void ScanResultsWiFiInfo::dump_config() { LOG_TEXT_SENSOR("", "WifiInfo Scan Results", this); }
12void SSIDWiFiInfo::dump_config() { LOG_TEXT_SENSOR("", "WifiInfo SSID", this); }
13void BSSIDWiFiInfo::dump_config() { LOG_TEXT_SENSOR("", "WifiInfo BSSID", this); }
14void MacAddressWifiInfo::dump_config() { LOG_TEXT_SENSOR("", "WifiInfo Mac Address", this); }
15void DNSAddressWifiInfo::dump_config() { LOG_TEXT_SENSOR("", "WifiInfo DNS Address", this); }
16
17} // namespace wifi_info
18} // namespace esphome
19#endif
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7