Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 486 Bytes

device-profile-info.md

File metadata and controls

25 lines (17 loc) · 486 Bytes

Device Profile Info

Structure

DeviceProfileInfo

Fields

Name Type Tags Description
id string Optional Gets or sets the identifier.
name string Optional Gets or sets the name.
mtype DeviceProfileTypeEnum Optional Gets or sets the type.

Example (as JSON)

{
  "Id": null,
  "Name": null,
  "Type": null
}