Files
lst_v3/backend/ocp/ocp.printer.manage.ts
Blake Matthes beae6eb648
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 2m57s
lots of changes with docker
2026-04-03 09:51:52 -05:00

20 lines
748 B
TypeScript

/**
* this will do a prod sync, update or add alerts to the printer, validate the next pm intervale as well as head replacement.
*
* if a printer is upcoming on a pm or head replacement send to the plant to address.
*
* a trigger on the printer table will have the ability to run this as well
*
* heat beats on all assigned printers
*
* printer status will live here this will be how we manage all the levels of status like 3 paused, 1 printing, 8 error, 10 power up, etc...
*/
export const printerManager = async () => {};
export const printerHeartBeat = async () => {
// heat heats will be defaulted to 60 seconds no reason to allow anything else
};
//export const printerStatus = async (statusNr: number, printerId: number) => {};