Commit 93a50852c228bea69c289c05614b176acb8f1c91
1 parent
b7b1d849
feat: 租户的规则链更新
创建租户默认规则链的json文件新增事件处理节点
Showing
1 changed file
with
18 additions
and
0 deletions
... | ... | @@ -113,6 +113,19 @@ |
113 | 113 | "port": "8082", |
114 | 114 | "resetApi": "/api/v1/notice/alert" |
115 | 115 | } |
116 | + }, | |
117 | + { | |
118 | + "additionalInfo": { | |
119 | + "description": "", | |
120 | + "layoutX": 824, | |
121 | + "layoutY": 549 | |
122 | + }, | |
123 | + "type": "org.thingsboard.rule.engine.yunteng.event.TkMsgEventNode", | |
124 | + "name": "save events", | |
125 | + "debugMode": false, | |
126 | + "configuration": { | |
127 | + "useServerTs": true | |
128 | + } | |
116 | 129 | } |
117 | 130 | ], |
118 | 131 | "connections": [ |
... | ... | @@ -150,6 +163,11 @@ |
150 | 163 | "fromIndex": 2, |
151 | 164 | "toIndex": 5, |
152 | 165 | "type": "RPC Request to Device" |
166 | + }, | |
167 | + { | |
168 | + "fromIndex": 2, | |
169 | + "toIndex": 8, | |
170 | + "type": "Post event" | |
153 | 171 | } |
154 | 172 | ], |
155 | 173 | "ruleChainConnections": null | ... | ... |