mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
Mock testing: Connect/End UI behavior start
This commit is contained in:
parent
fd14eeb9a7
commit
d65ff7add0
19 changed files with 2087 additions and 1998 deletions
|
|
@ -100,6 +100,12 @@ namespace PepperDash.Essentials.Devices.Common
|
|||
return new Laptop(key, name);
|
||||
}
|
||||
|
||||
else if (typeName == "mockvc")
|
||||
{
|
||||
return new PepperDash.Essentials.Devices.Common.VideoCodec
|
||||
.MockVC(key, name);
|
||||
}
|
||||
|
||||
else if (groupName == "settopbox") //(typeName == "irstbbase")
|
||||
{
|
||||
var irCont = IRPortHelper.GetIrOutputPortController(dc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue