Use the TheengsDecoder to parse Bluetooth packets and map services to native entities.

This commit is contained in:
Fabio Manganiello 2023-02-20 20:27:17 +01:00
parent 73bf2446bd
commit aa0b909fff
Signed by: blacklight
GPG key ID: D90FBA7F76362774
4 changed files with 334 additions and 79 deletions
docs/source

View file

@ -298,6 +298,7 @@ autodoc_mock_imports = [
'async_lru',
'bleak',
'bluetooth_numbers',
'TheengsGateway',
]
sys.path.insert(0, os.path.abspath('../..'))