Skip to content
Snippets Groups Projects
Commit d345efea authored by Patrik Paško's avatar Patrik Paško
Browse files

Merge branch 'develop' into 'master'

Fix header changing

See merge request digital-twin/twinzo/tdevkit!38
parents be76480a a68b6985
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ namespace SDK.Models
public long Created { get; set; }
public long Updated { get; set; }
public string ExternalId { get; set; }
}
public class PointContract
......
......@@ -25,5 +25,6 @@ namespace SDK.Contracts.Data
public DeviceContract[] Devices { get; set; }
public bool IsNoGo { get; set; }
public string ExternalId { get; set; }
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment