Skip to content

Commit 87eabed

Browse files
Merge pull request #376 from com-pas/develop
Release compas-core with additional SCL resource type FSD
2 parents c69624b + 98d62f6 commit 87eabed

File tree

2 files changed

+3
-29
lines changed

2 files changed

+3
-29
lines changed

.github/workflows/automate-projects.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

scl-extension/src/main/java/org/lfenergy/compas/scl/extensions/model/SclFileType.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ public enum SclFileType {
1818
CID("Configured IED Description"),
1919
SED("System Exchange Description"),
2020
ISD("IED Specification Description"),
21-
STD("System Template Definition");
21+
STD("System Template Definition"),
22+
FSD("Function Specification Description");
2223

2324
private final String description;
2425

@@ -30,3 +31,4 @@ public String getDescription() {
3031
return description;
3132
}
3233
}
34+

0 commit comments

Comments
 (0)