Files
mapo-iob-libs/EgwProxy.Emmegi/Enums.cs
T
2025-07-10 12:52:35 +02:00

23 lines
352 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace EgwProxy.Emmegi
{
public class Enums
{
public enum MachineStatus
{
ON,
WORKING,
OFF_LINE,
OFF,
WAIT,
ERROR
}
}
}