Delete Attribute¶
Delete Attribute 节点删除资产一个或多个属性。
节点类型¶
EnOS。
输入和输出能力¶
该节点具有多个入口点和 2 个出口点 (成功/失败)。
节点属性¶
名称
该节点的名称。
描述
该节点的描述。
示例¶
输入示例¶
{
"MetaData": {
"messageType": "DeleteAttribute",
"assetId": "assetId",
"deviceKey": "deviceKey",
"productKey": "productKey",
"orgId": "yourOrgId",
"ts": "1654513135156"
},
"Body": {
"attributes": [
"attr_string"
]
}
}
输出示例¶
{
"MetaData": {
"messageType": "DeleteAttribute",
"assetId": "assetId",
"deviceKey": "deviceKey",
"productKey": "productKey",
"orgId": "yourOrgId",
"componentResult": "Success",
"ts": "1654513135156"
},
"Body": {
"attributes": [
"attr_string"
]
}
}