From 17f147b5e07c0e3ed5b4e88d768e087cf1755b39 Mon Sep 17 00:00:00 2001 From: Heath Volmer Date: Tue, 23 Jan 2018 13:21:50 -0700 Subject: [PATCH] Added cresnet to comm config --- .../PepperDashEssentialsBase/Comm and IR/CommFactory.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Essentials Core/PepperDashEssentialsBase/Comm and IR/CommFactory.cs b/Essentials Core/PepperDashEssentialsBase/Comm and IR/CommFactory.cs index 565b4316..d311e537 100644 --- a/Essentials Core/PepperDashEssentialsBase/Comm and IR/CommFactory.cs +++ b/Essentials Core/PepperDashEssentialsBase/Comm and IR/CommFactory.cs @@ -144,6 +144,8 @@ namespace PepperDash.Essentials.Core [JsonConverter(typeof(ComSpecJsonConverter))] public ComPort.ComPortSpec ComParams { get; set; } + public string CresnetId { get; set; } + //public string IpId { get; set; } //[JsonIgnore]