namespace InnovEnergy.Lib.Protocols.Modbus.Slaves;

public enum ModbusProtocol
{
    Rtu,
    Tcp
}