platypush/platypush/plugins/bluetooth/_ble
Fabio Manganiello 5c23d3aa87
metadata and rssi fields on BLEDevice have been deprecated.
Changed the BLE beacon parsing logic to read those fields from
`AdvertisementData` instead of `BLEDevice`.
2023-03-22 22:39:01 +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 Noisy beacons device configuration should look both at manufacturer and model. 2023-03-22 22:37:46 +01:00
_manager.py Passing a boolean `exclude_known_noisy_beacons` to `bluetooth` plugin. 2023-03-22 15:29:19 +01:00
_mappers.py metadata and rssi fields on BLEDevice have been deprecated. 2023-03-22 22:39:01 +01:00