gatt: reset args ordering to original

This was a breaking change
This commit is contained in:
Lucas Abel
2023-05-22 09:34:23 +00:00
parent 3697b8dde9
commit 744294f00e

View File

@@ -212,8 +212,8 @@ class Service(Attribute):
self,
uuid,
characteristics: List[Characteristic],
included_services: List[Service] = [],
primary=True,
included_services: List[Service] = [],
):
# Convert the uuid to a UUID object if it isn't already
if isinstance(uuid, str):