ESPHome  2024.9.0
wifi_info_text_sensor.cpp
Go to the documentation of this file.
2 #ifdef USE_WIFI
3 #include "esphome/core/log.h"
4 
5 namespace esphome {
6 namespace wifi_info {
7 
8 static const char *const TAG = "wifi_info";
9 
10 void IPAddressWiFiInfo::dump_config() { LOG_TEXT_SENSOR("", "WifiInfo IPAddress", this); }
11 void ScanResultsWiFiInfo::dump_config() { LOG_TEXT_SENSOR("", "WifiInfo Scan Results", this); }
12 void SSIDWiFiInfo::dump_config() { LOG_TEXT_SENSOR("", "WifiInfo SSID", this); }
13 void BSSIDWiFiInfo::dump_config() { LOG_TEXT_SENSOR("", "WifiInfo BSSID", this); }
14 void MacAddressWifiInfo::dump_config() { LOG_TEXT_SENSOR("", "WifiInfo Mac Address", this); }
15 void DNSAddressWifiInfo::dump_config() { LOG_TEXT_SENSOR("", "WifiInfo DNS Address", this); }
16 
17 } // namespace wifi_info
18 } // namespace esphome
19 #endif
Implementation of SPI Controller mode.
Definition: a01nyub.cpp:7