MQTT物联网套件开发者中心提供了设备镜像查看与编辑的页面工具
进入设备列表 -> 设备详情
点击上方设备镜像标签页,页面展示如下:
设备镜像 json文档初始状态为:
{
"deviceId": "536444692",
"createTime": 1563929740,
"connectionState": "online",
"properties": {
"state": {
"reported": {},
"desired": {}
},
"metadata": {
"reported": {},
"desired": {}
},
"version": 0,
"timestamp": 0
}
}
点击页面右上方编辑,进行镜像属性编辑与更新
点击完成,保存该编辑内容,可以看到镜像json已经发生了更新,如下图: