fix: updated packages.config to reference PepperDashCore.1.1.5-alpha-291, built on latest development branch; removed empty constructor from request handlers

This commit is contained in:
jdevito
2023-01-24 12:22:40 -06:00
parent 555944011d
commit 0c2896f9aa
12 changed files with 3 additions and 41 deletions

View File

@@ -183,6 +183,8 @@ namespace PepperDash.Essentials.Core
[JsonConverter(typeof(ComSpecJsonConverter))]
public ComPort.ComPortSpec ComParams { get; set; }
public string RoomId { get; set; }
public string CresnetId { get; set; }
/// <summary>