correct the error message for doepke fail reading
This commit is contained in:
parent
7b4799429d
commit
5bcb90f0c0
|
|
@ -26,7 +26,7 @@ public class DoepkeDevice : ModbusDevice<DoepkeRegisters>
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
"Failed to read data from EmuMeter".WriteLine();
|
"Failed to read data from Doepke".WriteLine();
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue