UNPKG

@fdm-monster/server

Version:

FDM Monster is a bulk OctoPrint manager to set up, configure and monitor 3D printers. Our aim is to provide extremely optimized websocket performance and reliability.

27 lines (26 loc) 645 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function _export(target, all) { for(var name in all)Object.defineProperty(target, name, { enumerable: true, get: all[name] }); } _export(exports, { printerInfoStates: function() { return printerInfoStates; }, printerInfoStatesList: function() { return printerInfoStatesList; } }); const printerInfoStates = { error: "error", ready: "ready", startup: "startup", shutdown: "shutdown" }; const printerInfoStatesList = Object.keys(printerInfoStates); //# sourceMappingURL=printer-info.dto.js.map