Skip to content

Commit

Permalink
changed SybType
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimZezyotkoATP committed May 22, 2024
1 parent b66d067 commit 64180be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Device/DeviceSubTypeEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ public enum DeviceSubType
HLA_IOLINK, ///< Сигнальная колонна IO-Link (настраиваемая)

//G
G = 1, ///< IO-Link блок питания с автоматическим выключателем.
G_IOL_4, ///< Phoenix Contact 4 канала.
G_IOL_8, ///< Phoenix Contact 8 каналов.
G_VIRT, ///< Виртуальный блок питания с автоматическим выключателем (без привязки к модулям).
/// <summary> Phoenix Contact 4 канала.
G_IOL_4 = 1,
/// <summary> Phoenix Contact 8 каналов.
G_IOL_8,

//GS
/// <summary> Датчик положения. </summary>
Expand Down

0 comments on commit 64180be

Please sign in to comment.