Revert "add RoomId to ControlPropertiesConfig"

This reverts commit fb35f0fc95.
This commit is contained in:
Andrew Welker
2020-09-24 16:14:07 -06:00
parent fb35f0fc95
commit 87876192a1

View File

@@ -26,8 +26,6 @@ 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))]