Commit a05f9e79f753ce2658bfea2a8e85e8d0c951c1f1

Authored by xp.Huang
2 parents 7c254a1c 745b4161

Merge branch '20220728' into 'master'

refactor: 新增组态动画类型,运行中

See merge request huang/thingsboard3.3.2!121
@@ -6,5 +6,6 @@ public enum ActTypeEnum { @@ -6,5 +6,6 @@ public enum ActTypeEnum {
6 ROTATE, 6 ROTATE,
7 DISPLAY, 7 DISPLAY,
8 IMAGE, 8 IMAGE,
  9 + RUNNING,
9 SWITCH 10 SWITCH
10 } 11 }