mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
resolves #178 - Addedd Requested Interface IHasVideoMute
This commit is contained in:
parent
55d8e6f205
commit
3bf3ac2cce
4 changed files with 23 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue