docs: add API reference
This commit is contained in:
parent
186d9d761a
commit
7fbe059c0a
1 changed files with 46 additions and 0 deletions
46
docs/api-reference.rst
Normal file
46
docs/api-reference.rst
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
===============
|
||||||
|
API Reference
|
||||||
|
===============
|
||||||
|
|
||||||
|
Classes
|
||||||
|
=======
|
||||||
|
|
||||||
|
Client
|
||||||
|
------
|
||||||
|
|
||||||
|
.. autoclass:: smbmc.Client
|
||||||
|
:members:
|
||||||
|
:inherited-members:
|
||||||
|
|
||||||
|
Sensor
|
||||||
|
------
|
||||||
|
|
||||||
|
.. autoclass:: smbmc.models.Sensor
|
||||||
|
|
||||||
|
Power Supply
|
||||||
|
------------
|
||||||
|
|
||||||
|
.. autoclass:: smbmc.models.PowerSupply
|
||||||
|
|
||||||
|
Enums & Flags
|
||||||
|
=============
|
||||||
|
|
||||||
|
SensorStateEnum
|
||||||
|
---------------
|
||||||
|
|
||||||
|
.. autoclass:: smbmc.models.SensorStateEnum
|
||||||
|
|
||||||
|
SensorUnitEnum
|
||||||
|
--------------
|
||||||
|
|
||||||
|
.. autoclass:: smbmc.models.SensorUnitEnum
|
||||||
|
|
||||||
|
SensorTypeEnum
|
||||||
|
--------------
|
||||||
|
|
||||||
|
.. autoclass:: smbmc.models.SensorTypeEnum
|
||||||
|
|
||||||
|
PowerSupplyFlag
|
||||||
|
---------------
|
||||||
|
|
||||||
|
.. autoclass:: smbmc.models.PowerSupplyFlag
|
Loading…
Reference in a new issue