ESPHome 2025.5.0
Loading...
Searching...
No Matches
wifi_signal_sensor.cpp
Go to the documentation of this file.
2#ifdef USE_WIFI
3#include "esphome/core/log.h"
4
5namespace esphome {
6namespace wifi_signal {
7
8static const char *const TAG = "wifi_signal.sensor";
9
10void WiFiSignalSensor::dump_config() { LOG_SENSOR("", "WiFi Signal", this); }
11
12} // namespace wifi_signal
13} // namespace esphome
14#endif
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7