forked from platypush/platypush
Added bluetooth scanner backends [closes #112]
This commit is contained in:
parent
535b2ec083
commit
59e3f81202
9 changed files with 145 additions and 14 deletions
docs/source
|
|
@ -14,6 +14,8 @@ Backends
|
|||
platypush/backend/bluetooth.rst
|
||||
platypush/backend/bluetooth.fileserver.rst
|
||||
platypush/backend/bluetooth.pushserver.rst
|
||||
platypush/backend/bluetooth.scanner.rst
|
||||
platypush/backend/bluetooth.scanner.ble.rst
|
||||
platypush/backend/button.flic.rst
|
||||
platypush/backend/camera.pi.rst
|
||||
platypush/backend/chat.telegram.rst
|
||||
|
|
|
|||
5
docs/source/platypush/backend/bluetooth.scanner.ble.rst
Normal file
5
docs/source/platypush/backend/bluetooth.scanner.ble.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.bluetooth.scanner.ble``
|
||||
===========================================
|
||||
|
||||
.. automodule:: platypush.backend.bluetooth.scanner.ble
|
||||
:members:
|
||||
5
docs/source/platypush/backend/bluetooth.scanner.rst
Normal file
5
docs/source/platypush/backend/bluetooth.scanner.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.bluetooth.scanner``
|
||||
=======================================
|
||||
|
||||
.. automodule:: platypush.backend.bluetooth.scanner
|
||||
:members:
|
||||
Loading…
Add table
Add a link
Reference in a new issue