Skip to content

Commit 553659e

Browse files
Update doc/introspection.rst
Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com>
1 parent 140d4ca commit 553659e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/introspection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ How to register a variable for introspection
4949
...
5050
}
5151
52-
3. By default, The introspection of all the registered variables of the controllers and the hardware components is only activated, when they are active and it is deactivated when the controller or hardware component is deactivated.
52+
3. By default, the introspection of all the registered variables of the controllers and the hardware components is only activated, when they are active and it is deactivated when the controller or hardware component is deactivated.
5353

5454
.. note::
5555
If you want to keep the introspection active even when the controller or hardware component is not active, you can do that by calling ``this->enable_introspection(true)`` in the ``on_configure`` and ``on_deactivate`` method of the controller or hardware component after registering the variables.

0 commit comments

Comments
 (0)