diff --git a/src/Comm/eControlMethods.cs b/src/Comm/eControlMethods.cs index 28a95b1..695594a 100644 --- a/src/Comm/eControlMethods.cs +++ b/src/Comm/eControlMethods.cs @@ -74,6 +74,10 @@ namespace PepperDash.Core /// /// Secure TCP/IP /// - SecureTcpIp + SecureTcpIp, + /// + /// Used when comms needs to be handled in SIMPL and bridged opposite the normal direction + /// + ComBridge } } \ No newline at end of file