From 317bde3814bafc62767d4357d2c208f964b41b6c Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Thu, 23 Oct 2025 15:22:46 -0600 Subject: [PATCH] fix: add InfinetEx to eControlMethods enum --- src/PepperDash.Core/Comm/eControlMethods.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/PepperDash.Core/Comm/eControlMethods.cs b/src/PepperDash.Core/Comm/eControlMethods.cs index 695594a1..b807fdc5 100644 --- a/src/PepperDash.Core/Comm/eControlMethods.cs +++ b/src/PepperDash.Core/Comm/eControlMethods.cs @@ -78,6 +78,10 @@ namespace PepperDash.Core /// /// Used when comms needs to be handled in SIMPL and bridged opposite the normal direction /// - ComBridge + ComBridge, + /// + /// InfinetEX control + /// + InfinetEx } } \ No newline at end of file