Skip to content

Commit

Permalink
[#373] add fsd extension to supported scl types
Browse files Browse the repository at this point in the history
  • Loading branch information
david-monichi-bp committed Dec 14, 2024
1 parent ca50bcd commit 4e80fdf
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 4e80fdf

Please sign in to comment.