{
"ruleChain": {
"id": "e3153605-71a3-4a3f-bcac-f755710135e6",
"name": "测试",
"debugMode": true,
"root": true,
"additionalInfo": {
"createTime": "2024/05/9 14:14:51",
"description": "",
"updateTime": "2024/05/15 15:53:06",
"username": "admin"
}
},
"metadata": {
"firstNodeIndex": 0,
"nodes": [
{
"id": "node_2",
"additionalInfo": {
"description": "",
"layoutX": 520,
"layoutY": 280
},
"type": "jsTransform",
"name": "21",
"debugMode": false,
"configuration": {
"jsScript": "return {'msg':msg,'metadata':metadata,'msgType':msgType};"
}
},
{
"id": "node_4",
"additionalInfo": {
"description": "",
"layoutX": 910,
"layoutY": 270
},
"type": "jsFilter",
"name": "fa",
"debugMode": true,
"configuration": {
"jsScript": "return msg.temperature < 50;"
}
},
{
"id": "node_8",
"additionalInfo": {
"description": "",
"layoutX": 1180,
"layoutY": 270
},
"type": "jsTransform",
"name": "222",
"debugMode": true,
"configuration": {
"jsScript": "return {'msg':msg,'metadata':metadata,'msgType':msgType};"
}
}
],
"connections": [
{
"fromId": "node_2",
"toId": "node_4",
"type": "Success"
},
{
"fromId": "node_4",
"toId": "node_8",
"type": "False"
}
]
}
}