-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated code for better documentation
- Loading branch information
Shaun Tarves
committed
Apr 30, 2021
1 parent
8912f9d
commit 74b80e3
Showing
50 changed files
with
6,514 additions
and
2,806 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,89 @@ | ||
wyze\_sdk.api package | ||
===================== | ||
Web Client | ||
********** | ||
|
||
Subpackages | ||
----------- | ||
.. autoclass:: wyze_sdk.api.Client | ||
:members: | ||
:undoc-members: | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
Bulbs | ||
===== | ||
.. autoclass:: wyze_sdk.api.devices.bulbs.BulbsClient | ||
:members: | ||
:undoc-members: | ||
:inherited-members: | ||
:show-inheritance: | ||
|
||
wyze_sdk.api.devices | ||
Cameras | ||
======= | ||
.. autoclass:: wyze_sdk.api.devices.cameras.CamerasClient | ||
:members: | ||
:undoc-members: | ||
:inherited-members: | ||
:show-inheritance: | ||
|
||
Submodules | ||
---------- | ||
Locks | ||
===== | ||
.. autoclass:: wyze_sdk.api.devices.locks.LocksClient | ||
:members: | ||
:undoc-members: | ||
:inherited-members: | ||
:show-inheritance: | ||
|
||
wyze\_sdk.api.base module | ||
------------------------- | ||
Plugs | ||
===== | ||
.. autoclass:: wyze_sdk.api.devices.plugs.PlugsClient | ||
:members: | ||
:undoc-members: | ||
:inherited-members: | ||
:show-inheritance: | ||
|
||
.. automodule:: wyze_sdk.api.base | ||
Scales | ||
====== | ||
.. autoclass:: wyze_sdk.api.devices.scales.ScalesClient | ||
:members: | ||
:undoc-members: | ||
:inherited-members: | ||
:show-inheritance: | ||
|
||
wyze\_sdk.api.client module | ||
--------------------------- | ||
Sensors | ||
======= | ||
|
||
.. automodule:: wyze_sdk.api.client | ||
Contact Sensors | ||
--------------- | ||
.. autoclass:: wyze_sdk.api.devices.sensors.ContactSensorsClient | ||
:members: | ||
:undoc-members: | ||
:inherited-members: | ||
:show-inheritance: | ||
|
||
wyze\_sdk.api.events module | ||
--------------------------- | ||
Entry Sensors | ||
------------- | ||
.. autoclass:: wyze_sdk.api.devices.sensors.MotionSensorsClient | ||
:members: | ||
:undoc-members: | ||
:inherited-members: | ||
:show-inheritance: | ||
|
||
.. automodule:: wyze_sdk.api.events | ||
Thermostats | ||
=========== | ||
.. autoclass:: wyze_sdk.api.devices.thermostats.ThermostatsClient | ||
:members: | ||
:undoc-members: | ||
:inherited-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
Vacuums | ||
======= | ||
.. autoclass:: wyze_sdk.api.devices.vacuums.VacuumsClient | ||
:members: | ||
:undoc-members: | ||
:inherited-members: | ||
:show-inheritance: | ||
|
||
.. automodule:: wyze_sdk.api | ||
Events | ||
====== | ||
.. autoclass:: wyze_sdk.api.events.EventsClient | ||
:members: | ||
:undoc-members: | ||
:inherited-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Logging | ||
******* | ||
|
||
.. automodule:: wyze_sdk | ||
:members: |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.