fix: add InfinetEx to eControlMethods enum

This commit is contained in:
Neil Dorin
2025-10-23 15:22:46 -06:00
parent bf248fe33e
commit 317bde3814

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
}
}