Temp commit to save progress before switching branches to debug NYU items.

This commit is contained in:
Neil Dorin
2017-11-02 10:54:15 -06:00
parent a0817307b1
commit d1197329f3
3 changed files with 70 additions and 4 deletions

View File

@@ -116,6 +116,15 @@ namespace PepperDash.Essentials.Devices.Common
return new PepperDash.Essentials.Devices.Common.VideoCodec.Cisco.CiscoSparkCodec(key, name, comm, props);
}
else if (typeName == "versiportinput")
{
var props = JsonConvert.DeserializeObject < PepperDash.Essentials.Core.Crestron_IO.GenericVersiportInputDeviceConfigProperties>(properties.ToString());
//Versiport inputPort = new Versiport();
//return new PepperDash.Essentials.Core.Crestron_IO.GenericVersiportInputDevice(inputPort);
}
else if (groupName == "settopbox") //(typeName == "irstbbase")
{
var irCont = IRPortHelper.GetIrOutputPortController(dc);