Freigeben über


Device interface

Device metadata.

Properties

deploymentStatus

State of the device in its last deployment.

deviceClassId

Device class identity.

deviceId

Device identity.

groupId

Device group identity.

installedUpdateId

Update identity.

lastAttemptedUpdateId

Update identity.

lastDeploymentId

The deployment identifier for the last deployment to the device

manufacturer

Device manufacturer.

model

Device model.

onLatestUpdate

Boolean flag indicating whether the latest update is installed on the device

Property Details

deploymentStatus

State of the device in its last deployment.

deploymentStatus?: string

Property Value

string

deviceClassId

Device class identity.

deviceClassId: string

Property Value

string

deviceId

Device identity.

deviceId: string

Property Value

string

groupId

Device group identity.

groupId?: string

Property Value

string

installedUpdateId

Update identity.

installedUpdateId?: null | UpdateId

Property Value

null | UpdateId

lastAttemptedUpdateId

Update identity.

lastAttemptedUpdateId?: null | UpdateId

Property Value

null | UpdateId

lastDeploymentId

The deployment identifier for the last deployment to the device

lastDeploymentId?: string

Property Value

string

manufacturer

Device manufacturer.

manufacturer: string

Property Value

string

model

Device model.

model: string

Property Value

string

onLatestUpdate

Boolean flag indicating whether the latest update is installed on the device

onLatestUpdate: boolean

Property Value

boolean