resolves #178 - Addedd Requested Interface IHasVideoMute

This commit is contained in:
Trevor Payne
2020-05-13 09:35:56 -05:00
parent 55d8e6f205
commit 3bf3ac2cce
4 changed files with 23 additions and 4 deletions

View File

@@ -211,7 +211,7 @@ namespace PepperDash.Essentials
var comm = CommFactory.GetControlPropertiesConfig(dc);
var props = Newtonsoft.Json.JsonConvert.DeserializeObject<CrestronTouchpanelPropertiesConfig>(dc.Properties.ToString());
Debug.Console(1, "Factory Attempting to create new Generic Comm Device");
Debug.Console(1, "Factory Attempting to create new EssentialsTouchpanelController");
var panelController = new EssentialsTouchpanelController(dc.Key, dc.Name, dc.Type, props, comm.IpIdInt);