mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-28 17:48:35 +01:00
24 lines
344 B
ReStructuredText
24 lines
344 B
ReStructuredText
|
Debug Component
|
||
|
===============
|
||
|
|
||
|
Example Usage
|
||
|
-------------
|
||
|
|
||
|
.. code-block:: cpp
|
||
|
|
||
|
App.make_debug_component();
|
||
|
|
||
|
.. cpp:namespace:: nullptr
|
||
|
|
||
|
See :cpp:func:`Application::make_debug_component`.
|
||
|
|
||
|
API Reference
|
||
|
-------------
|
||
|
|
||
|
.. cpp:namespace:: nullptr
|
||
|
|
||
|
.. doxygenclass:: DebugComponent
|
||
|
:members:
|
||
|
:protected-members:
|
||
|
:undoc-members:
|