Promote Device

This commit is contained in:
Matt Nadareski
2020-09-02 17:09:19 -07:00
parent 0d80e30bba
commit 007510cc0f
13 changed files with 551 additions and 279 deletions

View File

@@ -170,12 +170,6 @@ namespace SabreTools.Library.DatItems
[JsonProperty("ports", DefaultValueHandling = DefaultValueHandling.Ignore)]
public List<Port> Ports { get; set; } = null;
/// <summary>
/// List of associated devices
/// </summary>
[JsonProperty("devices", DefaultValueHandling = DefaultValueHandling.Ignore)]
public List<Device> Devices { get; set; } = null;
#endregion
#region Logiqx Fields
@@ -531,7 +525,6 @@ namespace SabreTools.Library.DatItems
Displays = this.Displays,
Inputs = this.Inputs,
Ports = this.Ports,
Devices = this.Devices,
#endregion