2016-08-26 15:47:38 +00:00
|
|
|
.. sec-jsclientlib-timelapse:
|
|
|
|
|
|
|
|
|
|
:mod:`OctoPrint.timelapse`
|
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
|
|
.. todo::
|
|
|
|
|
|
|
|
|
|
Needs to be documented
|
|
|
|
|
|
|
|
|
|
.. js:function:: OctoPrint.timelapse.get(opts)
|
|
|
|
|
|
|
|
|
|
.. js:function:: OctoPrint.timelapse.list(opts)
|
|
|
|
|
|
2016-09-28 09:18:43 +00:00
|
|
|
.. js:function:: OctoPrint.timelapse.download(filename, opts)
|
2016-08-26 15:47:38 +00:00
|
|
|
|
2016-09-28 09:18:43 +00:00
|
|
|
.. js:function:: OctoPrint.timelapse.delete(filename, opts)
|
2016-08-26 15:47:38 +00:00
|
|
|
|
2016-09-28 09:18:43 +00:00
|
|
|
.. js:function:: OctoPrint.timelapse.deleteUnrendered(name, opts)
|
2016-08-26 15:47:38 +00:00
|
|
|
|
2016-09-28 09:18:43 +00:00
|
|
|
.. js:function:: OctoPrint.timelapse.renderUnrendered(name, opts)
|
2016-08-26 15:47:38 +00:00
|
|
|
|
2016-09-28 09:18:43 +00:00
|
|
|
.. js:function:: OctoPrint.timelapse.getConfig(opts)
|
2016-08-26 15:47:38 +00:00
|
|
|
|
2016-09-28 09:18:43 +00:00
|
|
|
.. js:function:: OctoPrint.timelapse.saveConfig(config, opts)
|
2016-09-22 20:21:52 +00:00
|
|
|
|
|
|
|
|
.. seealso::
|
|
|
|
|
|
|
|
|
|
:ref:`Timelapse API <sec-api-timelapse>`
|
|
|
|
|
The documentation of the underlying timelapse API.
|