mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
fix: add InfinetEx to eControlMethods enum
This commit is contained in:
parent
bf248fe33e
commit
317bde3814
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue