tm220 print mode refactoring
This commit is contained in:
@@ -34,6 +34,8 @@ public class EpsonPrintService: IPrintService
|
||||
|
||||
var printerId = await epsonPrinter.GetPrinterIdAsync();
|
||||
|
||||
_logger.LogInformation("Printer ID({ip}): {PrinterId}", printerIp, printerId);
|
||||
|
||||
var status = await epsonPrinter.GetPrinterStatusAsync();
|
||||
if (!status.IsOnline)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user