started writing api for desktop app

This commit is contained in:
2026-03-07 10:38:18 +11:00
parent 7deb752a97
commit 3aed2e5412
3 changed files with 24 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ async def main():
print(f'Services found for device')
print(f'\tDevice address:{device.address}')
print(f'\tDevice name:{device.name}')
client.write_gatt_char()
print('\tServices:')
for service in client.services: