Update Attribute


The Update Attribute node updates device attribute data.

Node Type

IoT Hub.

Input and Output Ability

This node has 1 entry point and 1 exit point. Both the input and output are JSON.

Node Properties

../../_images/update_attribute.png


Name

The name of this node.


Description

The description for the node.

Samples

Input Sample

{
  "assetId": "ZRhBo2cp",
  "attributes": {
    "serialNum": "SKJHVY00923",
    "system": {"default":"Name","en":"EN","zh":"ZH"}
  }
}

Output Sample

{
  "200": "update device attribute success!"
}