Commit bcb2015db7fd8e7df850dcebc1509df3e273f5c6
Merge branch 'fix/rule-chain' into 'main_dev'
fix: 修复设备配置链接节点配置错误 See merge request yunteng/thingskit-front!1202
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -31,7 +31,7 @@ export const DeviceProfileConfig: NodeItemConfigType = { | @@ -31,7 +31,7 @@ export const DeviceProfileConfig: NodeItemConfigType = { | ||
| 31 | 'Success', | 31 | 'Success', |
| 32 | 'Failure', | 32 | 'Failure', |
| 33 | ], | 33 | ], |
| 34 | - customRelations: true, | 34 | + customRelations: false, |
| 35 | ruleChainNode: false, | 35 | ruleChainNode: false, |
| 36 | defaultConfiguration: { | 36 | defaultConfiguration: { |
| 37 | persistAlarmRulesState: false, | 37 | persistAlarmRulesState: false, |