Skip to content

Commit

Permalink
Merge pull request #374 from com-pas/feature/373_extend-scl-types-wit…
Browse files Browse the repository at this point in the history
…h-fsd

[#373] add fsd extension to supported scl types
  • Loading branch information
david-monichi-bp authored Jan 28, 2025
2 parents a579af5 + cc4b897 commit 49218fd
Showing 1 changed file with 2 additions and 1 deletion.
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 Down

0 comments on commit 49218fd

Please sign in to comment.