mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-16 10:55:21 +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:
|