add Sink Type property

This commit is contained in:
Andrew Welker
2021-03-01 15:15:50 -07:00
parent 7c7ae65d40
commit d2ebc340bd

View File

@@ -46,5 +46,8 @@ namespace PepperDash.Essentials.Core
[JsonProperty("horizontalLocation")]
public int HorizontalLocation { get; set; }
[JsonProperty("sinkType")]
public eRoutingSignalType SinkType { get; set; }
}
}