Skip to content

Commit

Permalink
added https to IEC61360 type (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWollbrink authored and martafullen committed Mar 17, 2024
1 parent ea9726f commit f70fce6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public enum ContentTypes { NoInfo, Iec61360, PhysicalUnit }
public static Key GetKeyForIec61360()
{
return new Key(KeyTypes.GlobalReference,
"http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0");
"https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0");
}

public static Reference GetReferencForIec61360()
Expand All @@ -29,7 +29,7 @@ public static Reference GetReferencForIec61360()
public static Key GetKeyForPhysicalUnit()
{
return new Key(KeyTypes.GlobalReference,
"http://admin-shell.io/DataSpecificationTemplates/DataSpecificationPhysicalUnit/3/0");
"https://admin-shell.io/DataSpecificationTemplates/DataSpecificationPhysicalUnit/3/0");
}

public static Key GetKeyFor(ContentTypes ct)
Expand Down

0 comments on commit f70fce6

Please sign in to comment.