forked from platypush/platypush
Rewriting bluetooth.ble
plugin to use bleak
instead of gattlib
.
This commit is contained in:
parent
f30e077a5a
commit
b0cc80ceb0
17 changed files with 538 additions and 505 deletions
docs/source
|
@ -13,7 +13,6 @@ Backends
|
|||
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
|
||||
|
@ -74,6 +73,5 @@ Backends
|
|||
platypush/backend/weather.openweathermap.rst
|
||||
platypush/backend/websocket.rst
|
||||
platypush/backend/wiimote.rst
|
||||
platypush/backend/zigbee.mqtt.rst
|
||||
platypush/backend/zwave.rst
|
||||
platypush/backend/zwave.mqtt.rst
|
||||
|
|
|
@ -11,6 +11,7 @@ Events
|
|||
platypush/events/application.rst
|
||||
platypush/events/assistant.rst
|
||||
platypush/events/bluetooth.rst
|
||||
platypush/events/bluetooth.ble.rst
|
||||
platypush/events/button.flic.rst
|
||||
platypush/events/camera.rst
|
||||
platypush/events/chat.slack.rst
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
``bluetooth.scanner.ble``
|
||||
===========================================
|
||||
|
||||
.. automodule:: platypush.backend.bluetooth.scanner.ble
|
||||
:members:
|
|
@ -1,5 +0,0 @@
|
|||
``zigbee.mqtt``
|
||||
=================================
|
||||
|
||||
.. automodule:: platypush.backend.zigbee.mqtt
|
||||
:members:
|
5
docs/source/platypush/events/bluetooth.ble.rst
Normal file
5
docs/source/platypush/events/bluetooth.ble.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``bluetooth.ble``
|
||||
=================
|
||||
|
||||
.. automodule:: platypush.message.event.bluetooth.ble
|
||||
:members:
|
Loading…
Add table
Add a link
Reference in a new issue