MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / getTimelapse

Method getTimelapse

src/astroprint/plugin/services/printer.py:431–432  ·  view source on GitHub ↗
(self,data,sendResponse)

Source from the content-addressed store, hash-verified

429
430
431 def getTimelapse(self,data,sendResponse):
432 sendResponse(cameraManager().timelapseInfo)
433
434 def clearBed(self,data,sendResponse):
435 pm = printerManager()

Callers

nothing calls this directly

Calls 1

cameraManagerFunction · 0.90

Tested by

no test coverage detected