Update Attribute


The Update Attribute node updates device attribute data.

Node Type

EnOS.

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

{
  "MetaData": {}
  "Body": {
    "id":"iot-hub-1699255519358"
    "code": 200
    "data":{}
  }
}