Skip to content

Device profile models

Request and response types for the Device profile API.

models

Classes:

DeviceProfileDevicesResponse

Bases: BaseModelWithConfig

Attributes:

deveui instance-attribute

deveui: str

error instance-attribute

error: str

response instance-attribute

response: bool

DeviceProfileDevicesUpdate

Bases: BaseModelWithConfig

Attributes:

devices instance-attribute

devices: list[str] | None

DeviceProfileDevicesUpdateResponse

Bases: BaseModelWithConfig

Attributes:

responses instance-attribute

DeviceProfileInstance

Bases: BaseModelWithConfig

Attributes:

id instance-attribute

id: str

name instance-attribute

name: str

DeviceProfileResponse

Bases: BaseModelWithConfig

Attributes:

device_profiles instance-attribute

device_profiles: list[DeviceProfileInstance]