mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-14 20:24:57 +00:00
Resolves #186 - Completely refactored HD-MD-Switch Class
This commit is contained in:
@@ -18,9 +18,9 @@ namespace PepperDash.Essentials.DM.Config
|
||||
public ControlPropertiesConfig Control { get; set; }
|
||||
|
||||
[JsonProperty("inputs")]
|
||||
public Dictionary<string, InputPropertiesConfig> Inputs { get; set; }
|
||||
|
||||
[JsonProperty("outputs"]
|
||||
public Dictionary<string, OutputPropertiesConfig>
|
||||
public Dictionary<uint, string> Inputs { get; set; }
|
||||
|
||||
[JsonProperty("outputs")]
|
||||
public Dictionary<uint, string> Outputs { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user