add RoomId to ControlPropertiesConfig

This commit is contained in:
Andrew Welker
2020-09-24 16:14:00 -06:00
parent 29654aec49
commit fb35f0fc95

View File

@@ -26,6 +26,8 @@ namespace PepperDash.Core
public string IrFile { get; set; }
public string RoomId { get; set; } //used for VC-4
//public ComPortConfig ComParams { get; set; }
//[JsonConverter(typeof(ComSpecJsonConverter))]