platypush/platypush/plugins/bluetooth/_ble
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
..
__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
_connection.py [WIP] Big, big refactor of the Bluetooth integration. 2023-03-13 02:31:21 +01:00
_event_handler.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
_mappers.py A more clever logic of parsing the manufacturer for BLE devices. 2023-03-22 14:16:00 +01:00