forked from platypush/platypush
Added docs for bluetooth plugins and backends
This commit is contained in:
parent
af24f36519
commit
623bff0267
6 changed files with 30 additions and 1 deletions
|
@ -9,6 +9,8 @@ Backends
|
||||||
platypush/backend/adafruit.io.rst
|
platypush/backend/adafruit.io.rst
|
||||||
platypush/backend/assistant.google.rst
|
platypush/backend/assistant.google.rst
|
||||||
platypush/backend/assistant.snowboy.rst
|
platypush/backend/assistant.snowboy.rst
|
||||||
|
platypush/backend/bluetooth.fileserver.rst
|
||||||
|
platypush/backend/bluetooth.pushserver.rst
|
||||||
platypush/backend/button.flic.rst
|
platypush/backend/button.flic.rst
|
||||||
platypush/backend/camera.pi.rst
|
platypush/backend/camera.pi.rst
|
||||||
platypush/backend/camera.rst
|
platypush/backend/camera.rst
|
||||||
|
|
6
docs/source/platypush/backend/bluetooth.fileserver.rst
Normal file
6
docs/source/platypush/backend/bluetooth.fileserver.rst
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
``platypush.backend.bluetooth.fileserver``
|
||||||
|
==========================================
|
||||||
|
|
||||||
|
.. automodule:: platypush.backend.bluetooth.fileserver
|
||||||
|
:members:
|
||||||
|
|
6
docs/source/platypush/backend/bluetooth.pushserver.rst
Normal file
6
docs/source/platypush/backend/bluetooth.pushserver.rst
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
``platypush.backend.bluetooth.pushserver``
|
||||||
|
==========================================
|
||||||
|
|
||||||
|
.. automodule:: platypush.backend.bluetooth.pushserver
|
||||||
|
:members:
|
||||||
|
|
6
docs/source/platypush/plugins/bluetooth.ble.rst
Normal file
6
docs/source/platypush/plugins/bluetooth.ble.rst
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
``platypush.plugins.bluetooth.ble``
|
||||||
|
===================================
|
||||||
|
|
||||||
|
.. automodule:: platypush.plugins.bluetooth.ble
|
||||||
|
:members:
|
||||||
|
|
6
docs/source/platypush/plugins/bluetooth.rst
Normal file
6
docs/source/platypush/plugins/bluetooth.rst
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
``platypush.plugins.bluetooth``
|
||||||
|
===============================
|
||||||
|
|
||||||
|
.. automodule:: platypush.plugins.bluetooth
|
||||||
|
:members:
|
||||||
|
|
|
@ -10,6 +10,8 @@ Plugins
|
||||||
platypush/plugins/assistant.google.pushtotalk.rst
|
platypush/plugins/assistant.google.pushtotalk.rst
|
||||||
platypush/plugins/assistant.google.rst
|
platypush/plugins/assistant.google.rst
|
||||||
platypush/plugins/autoremote.rst
|
platypush/plugins/autoremote.rst
|
||||||
|
platypush/plugins/bluetooth.rst
|
||||||
|
platypush/plugins/bluetooth.ble.rst
|
||||||
platypush/plugins/calendar.ical.rst
|
platypush/plugins/calendar.ical.rst
|
||||||
platypush/plugins/calendar.rst
|
platypush/plugins/calendar.rst
|
||||||
platypush/plugins/camera.ir.mlx90640.rst
|
platypush/plugins/camera.ir.mlx90640.rst
|
||||||
|
@ -59,7 +61,8 @@ Plugins
|
||||||
platypush/plugins/media.webtorrent.rst
|
platypush/plugins/media.webtorrent.rst
|
||||||
platypush/plugins/midi.rst
|
platypush/plugins/midi.rst
|
||||||
platypush/plugins/ml.cv.rst
|
platypush/plugins/ml.cv.rst
|
||||||
platypush/plugins/mobile.join.rst
|
platypush/plugins/ml.__init__.rst
|
||||||
|
platypush/plugins/mobile.join.__init__.rst
|
||||||
platypush/plugins/mqtt.rst
|
platypush/plugins/mqtt.rst
|
||||||
platypush/plugins/music.mpd.rst
|
platypush/plugins/music.mpd.rst
|
||||||
platypush/plugins/music.snapcast.rst
|
platypush/plugins/music.snapcast.rst
|
||||||
|
|
Loading…
Reference in a new issue