mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
Fixed startup crash when device has out-of-range com port
This commit is contained in:
parent
ced1efdb47
commit
ee55be86e0
6 changed files with 16 additions and 9 deletions
|
|
@ -17,9 +17,6 @@ namespace PepperDash.Essentials.Core.Config
|
|||
[JsonProperty("info")]
|
||||
public InfoConfig Info { get; set; }
|
||||
|
||||
//[JsonProperty("roomLists")]
|
||||
//public Dictionary<string, List<string>> RoomLists { get; set; }
|
||||
|
||||
[JsonProperty("devices")]
|
||||
public List<DeviceConfig> Devices { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue