add invoke to bridgeapieisc

This commit is contained in:
Joshua Gutenplan
2019-06-13 20:05:38 -07:00
parent f82816729b
commit 6efec400b8

View File

@@ -14,7 +14,6 @@ using Crestron.SimplSharpPro;
using Crestron.SimplSharpPro.EthernetCommunication; using Crestron.SimplSharpPro.EthernetCommunication;
namespace PepperDash.Essentials namespace PepperDash.Essentials
{ {
public class BridgeFactory public class BridgeFactory
{ {
@@ -138,4 +137,3 @@ public class BridgeApiEisc
} }
} }
} }