MQTT IoT Suite Developer Center provides a page tool for viewing and editing device image.
Please go to Device List -> Details
By clicking on the Image tab above, the screen shows as follows:
The status of an image json file is initially as follows:
{
"deviceId": "536444692",
"createTime": 1563929740,
"connectionState": "online",
"properties": {
"state": {
"reported": {},
"desired": {}
},
"metadata": {
"reported": {},
"desired": {}
},
"version": 0,
"timestamp": 0
}
}
Click Edit at the top right of the page to edit and update image properties.
Click OK to save the edited content, then you can see that image json has been updated, as shown below: