idfk whats going on
This commit is contained in:
2
test.py
2
test.py
@@ -3,7 +3,7 @@ import asyncio
|
||||
|
||||
|
||||
async def main():
|
||||
devices = await BleakScanner.discover(service_uuids=("E1898FF7-5063-4441-a6eb-526073B00001"))
|
||||
devices = await BleakScanner.discover(service_uuids=["E1898FF7-5063-4441-a6eb-526073B00001"])
|
||||
for device in devices:
|
||||
print()
|
||||
print(f"Name: {device.name}")
|
||||
|
||||
Reference in New Issue
Block a user