forked from platypush/platypush
Fixed code-block format
This commit is contained in:
parent
084b5ba807
commit
a9fdbe7812
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ class AndroidCameraStatusResponse(CameraResponse):
|
||||||
"""
|
"""
|
||||||
Sample response::
|
Sample response::
|
||||||
|
|
||||||
..code-block:: json
|
.. code-block:: json
|
||||||
|
|
||||||
{
|
{
|
||||||
"stream_url": "https://192.168.1.30:8080/video",
|
"stream_url": "https://192.168.1.30:8080/video",
|
||||||
|
|
|
@ -66,7 +66,7 @@ class ArduinoPlugin(GpioSensorPlugin):
|
||||||
can be a function that takes an argument and transforms it or its lambda string representation.
|
can be a function that takes an argument and transforms it or its lambda string representation.
|
||||||
Note that ``analog_read`` returns by default float values in the range [0.0, 1.0]. Example:
|
Note that ``analog_read`` returns by default float values in the range [0.0, 1.0]. Example:
|
||||||
|
|
||||||
..code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
arduino:
|
arduino:
|
||||||
board: /dev/ttyUSB0
|
board: /dev/ttyUSB0
|
||||||
|
|
|
@ -150,7 +150,7 @@ class GpioZeroborgPlugin(Plugin):
|
||||||
"""
|
"""
|
||||||
Get the current direction and motors power. Example response::
|
Get the current direction and motors power. Example response::
|
||||||
|
|
||||||
..code-block:: json
|
.. code-block:: json
|
||||||
|
|
||||||
{
|
{
|
||||||
"status": "running",
|
"status": "running",
|
||||||
|
|
Loading…
Reference in a new issue