forked from platypush/platypush
Fabio Manganiello
2f49ddf33a
This logic will be used if the connection wasn't opened by the current process and therefore a call to DBus is required to terminate it.
24 lines
1 KiB
YAML
24 lines
1 KiB
YAML
manifest:
|
|
events:
|
|
platypush.message.event.bluetooth.BluetoothConnectionFailedEvent:
|
|
platypush.message.event.bluetooth.BluetoothDeviceConnectedEvent:
|
|
platypush.message.event.bluetooth.BluetoothDeviceDisconnectedEvent:
|
|
platypush.message.event.bluetooth.BluetoothDeviceFoundEvent:
|
|
platypush.message.event.bluetooth.BluetoothDeviceLostEvent:
|
|
platypush.message.event.bluetooth.BluetoothFileReceivedEvent:
|
|
platypush.message.event.bluetooth.BluetoothFileSentEvent:
|
|
platypush.message.event.bluetooth.BluetoothFileTransferCancelledEvent:
|
|
platypush.message.event.bluetooth.BluetoothFileTransferStartedEvent:
|
|
platypush.message.event.bluetooth.BluetoothScanPausedEvent:
|
|
platypush.message.event.bluetooth.BluetoothScanResumedEvent:
|
|
platypush.message.event.entities.EntityUpdateEvent:
|
|
install:
|
|
pip:
|
|
- bleak
|
|
- bluetooth-numbers
|
|
- TheengsDecoder
|
|
- pydbus
|
|
- git+https://github.com/pybluez/pybluez
|
|
- git+https://github.com/BlackLight/PyOBEX
|
|
package: platypush.plugins.bluetooth
|
|
type: plugin
|