fix: add comBridge method for control methods

This commit is contained in:
Andrew Welker
2025-08-14 13:59:59 -05:00
parent 614a1f360b
commit 80385bac28

View File

@@ -74,6 +74,10 @@ namespace PepperDash.Core
/// <summary>
/// Secure TCP/IP
/// </summary>
SecureTcpIp
SecureTcpIp,
/// <summary>
/// Used when comms needs to be handled in SIMPL and bridged opposite the normal direction
/// </summary>
ComBridge
}
}