mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Fixing some things for Essentials routing and linking to bridge
This commit is contained in:
parent
36e8dc9fa5
commit
4b537cb79d
2 changed files with 67 additions and 57 deletions
|
|
@ -296,7 +296,7 @@ namespace PepperDash.Essentials.DM
|
|||
Func<string, string, DMOutput, CrestronGenericBaseDevice> dmpsHandler;
|
||||
if (ChassisCpu3Dict.TryGetValue(typeName.ToLower(), out dmpsHandler))
|
||||
{
|
||||
var output = controller.Dmps.SwitcherOutputs[num] as Card.Dmps3DmOutput;
|
||||
var output = controller.Dmps.SwitcherOutputs[num] as DMOutput;
|
||||
|
||||
if (output != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue