mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-03 18:47:48 +01:00
24 lines
386 B
ReStructuredText
24 lines
386 B
ReStructuredText
|
WiFi Signal Sensor
|
||
|
==================
|
||
|
|
||
|
Example Usage
|
||
|
-------------
|
||
|
|
||
|
.. code-block:: cpp
|
||
|
|
||
|
App.make_wifi_signal_sensor("WiFi Signal Sensor");
|
||
|
|
||
|
.. cpp:namespace:: nullptr
|
||
|
|
||
|
See :cpp:func:`Application::make_wifi_signal_sensor`.
|
||
|
|
||
|
API Reference
|
||
|
-------------
|
||
|
|
||
|
.. cpp:namespace:: nullptr
|
||
|
|
||
|
.. doxygenclass:: sensor::WiFiSignalSensor
|
||
|
:members:
|
||
|
:protected-members:
|
||
|
:undoc-members:
|