Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release compas-core with additional SCL resource type FSD #376

Merged
merged 8 commits into from
Feb 10, 2025
28 changes: 0 additions & 28 deletions .github/workflows/automate-projects.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ public enum SclFileType {
CID("Configured IED Description"),
SED("System Exchange Description"),
ISD("IED Specification Description"),
STD("System Template Definition");
STD("System Template Definition"),
FSD("Function Specification Description");

private final String description;

Expand All @@ -30,3 +31,4 @@ public String getDescription() {
return description;
}
}

Loading