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
745b4161d6d6bf2eb6f64cb4867ff0e78f3f8ec9
Authored by
云中非
2022-07-28 09:40:23 +0800
1 parent
7c254a1c
refactor: 新增组态动画类型,运行中
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 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 @
745b416
@@ -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
}