mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
Adds control for DigitalLogger PDU Device
Adds EiscBridge for DigitalLogger PDU Device.
This commit is contained in:
parent
895f49b888
commit
9a56f5bb49
8 changed files with 55 additions and 383 deletions
|
|
@ -11,6 +11,7 @@ using PepperDash.Core;
|
|||
using PepperDash.Essentials.Core.Routing;
|
||||
using Crestron.SimplSharpPro;
|
||||
using Crestron.SimplSharpPro.EthernetCommunication;
|
||||
using PepperDash.Essentials.Bridges;
|
||||
|
||||
namespace PepperDash.Essentials {
|
||||
public class BridgeFactory {
|
||||
|
|
@ -52,6 +53,10 @@ namespace PepperDash.Essentials {
|
|||
Debug.Console(2, "Launch essentialslighting");
|
||||
return new EssentialsLightsBridge(key, name, properties);
|
||||
}
|
||||
else if (typeName == "eiscapi")
|
||||
{
|
||||
return new EiscApi(dc);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue