MQTT物聯網套件開發者中心提供了設備鏡像查看與編輯的頁面工具
進入設備清單->設備詳情
點擊上方設備鏡像標籤頁,頁面展示如下:
設備鏡像json文檔初始狀態為:
{
"deviceId": "536444692",
"createTime": 1563929740,
"connectionState": "online",
"properties": {
"state": {
"reported": {},
"desired": {}
},
"metadata": {
"reported": {},
"desired": {}
},
"version": 0,
"timestamp": 0
}
}
點擊頁面右上方編輯,進行鏡像屬性編輯與更新
點擊完成,保存該編輯內容,可以看到鏡像json已經發生了更新,如下圖: