MrDraw/docs/jsclientlib/timelapse.rst
Gina Häußge 4e69b260a1 Docs for user API
Also some fixes on said API and some fixes in the docs
2016-09-28 11:18:43 +02:00

29 lines
712 B
ReStructuredText

.. sec-jsclientlib-timelapse:
:mod:`OctoPrint.timelapse`
--------------------------
.. todo::
Needs to be documented
.. js:function:: OctoPrint.timelapse.get(opts)
.. js:function:: OctoPrint.timelapse.list(opts)
.. js:function:: OctoPrint.timelapse.download(filename, opts)
.. js:function:: OctoPrint.timelapse.delete(filename, opts)
.. js:function:: OctoPrint.timelapse.deleteUnrendered(name, opts)
.. js:function:: OctoPrint.timelapse.renderUnrendered(name, opts)
.. js:function:: OctoPrint.timelapse.getConfig(opts)
.. js:function:: OctoPrint.timelapse.saveConfig(config, opts)
.. seealso::
:ref:`Timelapse API <sec-api-timelapse>`
The documentation of the underlying timelapse API.