Commit fa0eca7a31fd4ab1c91ef261f96f568b926aa2e3

Authored by ww
1 parent f0e3f398

fix: 修复设备配置链接节点配置错误

... ... @@ -31,7 +31,7 @@ export const DeviceProfileConfig: NodeItemConfigType = {
31 31 'Success',
32 32 'Failure',
33 33 ],
34   - customRelations: true,
  34 + customRelations: false,
35 35 ruleChainNode: false,
36 36 defaultConfiguration: {
37 37 persistAlarmRulesState: false,
... ...