add RoomId to ControlPropertiesConfig

This commit is contained in:
Andrew Welker
2020-09-24 16:17:25 -06:00
parent 87876192a1
commit e10b299070

View File

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