@fdm-monster/server
Version:
FDM Monster is a bulk OctoPrint, Klipper, PrusaLink and BambuLab manager to set up, configure and monitor 3D printers. Our aim is to provide neat overview over your farm.
34 lines (33 loc) • 928 B
JavaScript
//#region src/services/octoprint/dto/system/system-info.dto.ts
var SystemInfoDto = class {
"browser.user_agent";
"connectivity.connection_check";
"connectivity.connection_ok";
"connectivity.enabled";
"connectivity.online";
"connectivity.resolution_check";
"connectivity.resolution_ok";
"env.hardware.cores";
"env.hardware.freq";
"env.hardware.ram";
"env.os.bits";
"env.os.id";
"env.os.platform";
"env.plugins.pi_support.model";
"env.plugins.pi_support.throttle_check_enabled";
"env.plugins.pi_support.throttle_check_functional";
"env.plugins.pi_support.throttle_state";
"env.python.pip";
"env.python.version";
"env.python.virtualenv";
"octoprint.last_safe_mode.date";
"octoprint.last_safe_mode.reason";
"octoprint.safe_mode";
"octoprint.version";
"printer.firmware";
"systeminfo.generated";
"systeminfo.generator";
};
//#endregion
export { SystemInfoDto };
//# sourceMappingURL=system-info.dto.js.map