platypush/platypush/plugins/bluetooth
Fabio Manganiello f6e09d34e4
A more clever logic of parsing the manufacturer for BLE devices.
1. Check the manufacturer parsed via Bleak/Theengs
2. Check the MAC address prefix in the oui numbers table
3. Check from the reported `manufacturer_data`
2023-03-22 14:16:00 +01:00
..
_ble A more clever logic of parsing the manufacturer for BLE devices. 2023-03-22 14:16:00 +01:00
_file [WIP] Big, big refactor of the Bluetooth integration. 2023-03-13 02:31:21 +01:00
_legacy Don't fail hard when device disconnection fails. 2023-03-19 12:56:53 +01:00
_model Prevent name collisions on `bluetooth.ServiceClass`. 2023-03-22 03:27:25 +01:00
__init__.py [WIP] Big, big refactor of the Bluetooth integration. 2023-03-13 02:31:21 +01:00
_cache.py [WIP] Big, big refactor of the Bluetooth integration. 2023-03-13 02:31:21 +01:00
_manager.py [WIP] Big, big refactor of the Bluetooth integration. 2023-03-13 02:31:21 +01:00
_plugin.py Use a default list of excluded Bluetooth manufacturers. 2023-03-21 16:03:01 +01:00
_types.py [WIP] Big, big refactor of the Bluetooth integration. 2023-03-13 02:31:21 +01:00
manifest.yaml s/TheengsGateway/TheengsDecoder/g now that the pip package has been published. 2023-03-20 01:41:21 +01:00
model.py [WIP] Big, big refactor of the Bluetooth integration. 2023-03-13 02:31:21 +01:00