Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace RobotNet.VDA5050.Factsheet;
|
||||
|
||||
|
||||
public class LoadSpecification
|
||||
{
|
||||
[JsonPropertyName("loadPositions")]
|
||||
public string[] LoadPositions { get; set; } = [];
|
||||
|
||||
[JsonPropertyName("loadSets")]
|
||||
public LoadSet[] LoadSets { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user