Skip to content

Commit

Permalink
add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimZezyotkoATP committed May 22, 2024
1 parent f14dc1d commit b66d067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Device/DeviceTypeEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ public enum DeviceType
LS, ///< Уровень (есть/нет).
TE, ///< Температура.
FS, ///< Расход (есть/нет).
G, ///< Блок питания с автоматическим выключателем.
GS, ///< Датчик положения.
FQT, ///< Счетчик.
LT, ///< Уровень (значение).
Expand All @@ -31,6 +30,7 @@ public enum DeviceType
CAM, ///< Камера.
PDS, ///< Сигнальный датчик перепада давления
TS, ///< Сигнальный датчик температуры
G, ///< Блок питания с автоматическим выключателем.

// Эти устройства всегда в конце т.к их нет в контроллере.
Y, ///< Пневмоостров Festo
Expand Down

0 comments on commit b66d067

Please sign in to comment.