Remove description field

This commit is contained in:
Jesse Hills 2022-09-29 11:43:33 +13:00
parent a58044bbe6
commit 39bfc3871c
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -826,7 +826,6 @@ class BluetoothGATTRead(APIModelBase):
class BluetoothGATTDescriptor(APIModelBase):
uuid: str = converter_field(default="", converter=_join_split_uuid)
handle: int = 0
description: str = ""
@classmethod
def convert_list(cls, value: List[Any]) -> List["BluetoothGATTDescriptor"]: