Skip to content

Open Edge Device Kit – 设备状态消息

本部分描述在设备上运行的模块需要发布的监视主题。Open Edge Device Kit 订阅这些主题。

配置更新状态

主题 boxmanager/monitoring/opresult/configupdate
描述 声明 Box Manager 的配置更新状态。可能的状态值被限制在0到2之间,这些值与状态 "Configuration Update Successful""Configuration Decrypt Failed""Configuration Failed" 相关。
服务质量 1
保留 TRUE

示例主体:

{
  "jobid": "000-111-222",
  "value": 0,
  "status": "Configuration Update Successful"
}

jobid 通过 cloud/monitoring/update/configuration 由带有配置消息的 Open Edge Device Kit 提供。

下线成功

主题 boxmanager/monitoring/opresult/offboard
描述 声明在设备端下线操作成功。
服务质量 1
保留 TRUE

示例主体:

{
  "value": 0,
  "status": "Offboarding Completed"
}

软件版本信息

主题 boxmanager/monitoring/softwareinformation/version
描述 声明在设备上运行的固件版本。
服务质量 1
保留 TRUE

示例主体:

{
    "installedAt": "2017-11-15T10:43:39.264Z",
    "type": "string",
    "softwareId": "string",
    "version": "string",
  "description": "string"
}

Last update: July 11, 2019