Kleine Arbeiten
This commit is contained in:
@@ -52,7 +52,14 @@ function createInfoServer(httpsOptions, sharedState, robot, GCode, senders, opti
|
||||
reconnectAttempt: status.reconnectAttempt || 0,
|
||||
reconnectTimer: !!status.reconnectTimer,
|
||||
health,
|
||||
reason
|
||||
reason,
|
||||
// Hardware-Feedback (ToDo_9 Paket 1/3): GRBL-Zustand aus dem Sender.
|
||||
grblState: status.grblState ?? null,
|
||||
machinePosition: status.machinePosition ?? null,
|
||||
plannerBlocksFree: status.plannerBlocksFree ?? null,
|
||||
rxBytesFree: status.rxBytesFree ?? null,
|
||||
lastError: status.lastError ?? null,
|
||||
lastReportAt: status.lastReportAt ?? null
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user