sys/{product_id}/{device_id}/thing/ota/inform
{
"deviceInfo":{
"productId":"sYVqVChfiHnYukBcF5xRPuui2",
"deviceId":"FYZW9L1179071072738361344"
},
"data":{
"version":"2.0",
"packageType":1
}
}
名称 | 类型 | 说明 |
---|---|---|
deviceInfo | Object | 设备信息 |
deviceInfo.productId | String | 产品id |
deviceInfo.deviceId | String | 设备id |
data | Object | 升级信息 |
data.version | String | 设备版本号 |
data.packageType | Integer | 固软件(1-固件,2-软件) |