Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
added https to IEC61360 type
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWollbrink committed Feb 7, 2024
1 parent 7cd0454 commit 34d966e
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 34d966e

Please sign in to comment.