correct the error message for doepke fail reading

This commit is contained in:
atef 2025-06-12 14:25:55 +02:00
parent 7b4799429d
commit 5bcb90f0c0
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class DoepkeDevice : ModbusDevice<DoepkeRegisters>
}
catch
{
"Failed to read data from EmuMeter".WriteLine();
"Failed to read data from Doepke".WriteLine();
return null;
}
}