Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
5142bff8be75b486e43802da85c7d61d29fc49f4
Authored by
云中非
2022-07-26 11:17:45 +0800
1 parent
7de96eb0
feat: 组态动画类型新增开关
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
common/data/src/main/java/org/thingsboard/server/common/data/yunteng/enums/ActTypeEnum.java
common/data/src/main/java/org/thingsboard/server/common/data/yunteng/enums/ActTypeEnum.java
View file @
5142bff
...
...
@@ -5,5 +5,6 @@ public enum ActTypeEnum {
5
5
FLASH
,
6
6
ROTATE
,
7
7
DISPLAY
,
8
-
IMAGE
8
+
IMAGE
,
9
+
SWITCH
9
10
}
...
...