Browse Source

Exclude TbAiNode for Edge-4.0

pull/14678/head
Nikita Mazurenko 9 months ago
parent
commit
bd95161fa7
  1. 4
      application/src/main/java/org/thingsboard/server/service/edge/EdgeMsgConstructorUtils.java

4
application/src/main/java/org/thingsboard/server/service/edge/EdgeMsgConstructorUtils.java

@ -172,6 +172,10 @@ public class EdgeMsgConstructorUtils {
Set.of(
TbAiNode.class.getName()
),
EdgeVersion.V_4_0_0,
Set.of(
TbAiNode.class.getName()
),
EdgeVersion.V_3_9_0,
Set.of(
TbCalculatedFieldsNode.class.getName()

Loading…
Cancel
Save