Merge pull request #1346 from PepperDash/feature/add-infinetEx-comm-method

This commit is contained in:
Andrew Welker 2025-10-23 18:50:06 -04:00 committed by GitHub
commit dff5d2d32e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,6 +78,10 @@ namespace PepperDash.Core
/// <summary>
/// Used when comms needs to be handled in SIMPL and bridged opposite the normal direction
/// </summary>
ComBridge
ComBridge,
/// <summary>
/// InfinetEX control
/// </summary>
InfinetEx
}
}