File: index.rst

package info (click to toggle)
python-homematicip 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,796 kB
  • sloc: python: 15,164; makefile: 17; sh: 4
file content (31 lines) | stat: -rw-r--r-- 820 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.. HomematicIP-Rest-API documentation master file, created by
   sphinx-quickstart on Fri Jan 12 11:14:32 2024.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to Homematic IP Rest API's documentation!
=================================================

This documentation is for a **Python 3** wrapper for the homematicIP REST API (Access Point Based)
Since there is no official documentation about this API everything was
done via reverse engineering. Use at your own risk.

.. toctree::
   :maxdepth: 2
   :caption: Getting started

   gettingstarted
   
.. toctree::
   :maxdepth: 4
   :caption: API Documentation

   api_introduction
   modules

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`