Add ToCs for doc pages (#380)

This commit is contained in:
Teemu R
2022-10-18 19:08:10 +02:00
committed by GitHub
parent f493fa1dca
commit 2eecf39bae
9 changed files with 30 additions and 10 deletions

View File

@@ -3,6 +3,12 @@
Common API
==========
.. contents:: Contents
:local:
SmartDevice class
*****************
The basic functionalities of all supported devices are accessible using the common :class:`SmartDevice` base class.
The property accesses use the data obtained before by awaiting :func:`SmartDevice.update()`.