diff --git a/docs/source/conf.py b/docs/source/conf.py index 05dad6235..cd0ba60eb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -263,6 +263,8 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers', 'RPi.GPIO', 'RPLCD', 'imapclient', + 'pysmartthings', + 'aiohttp', ] sys.path.insert(0, os.path.abspath('../..')) diff --git a/docs/source/platypush/plugins/config.rst b/docs/source/platypush/plugins/config.rst new file mode 100644 index 000000000..54c245f10 --- /dev/null +++ b/docs/source/platypush/plugins/config.rst @@ -0,0 +1,5 @@ +``platypush.plugins.config`` +============================ + +.. automodule:: platypush.plugins.config + :members: diff --git a/docs/source/platypush/plugins/smartthings.rst b/docs/source/platypush/plugins/smartthings.rst new file mode 100644 index 000000000..4d5728e73 --- /dev/null +++ b/docs/source/platypush/plugins/smartthings.rst @@ -0,0 +1,5 @@ +``platypush.plugins.smartthings`` +================================= + +.. automodule:: platypush.plugins.smartthings + :members: diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index b1986bd02..7c48414a2 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -27,6 +27,7 @@ Plugins platypush/plugins/camera.pi.rst platypush/plugins/chat.telegram.rst platypush/plugins/clipboard.rst + platypush/plugins/config.rst platypush/plugins/covid19.rst platypush/plugins/csv.rst platypush/plugins/db.rst @@ -110,6 +111,7 @@ Plugins platypush/plugins/sensor.rst platypush/plugins/serial.rst platypush/plugins/shell.rst + platypush/plugins/smartthings.rst platypush/plugins/sound.rst platypush/plugins/ssh.rst platypush/plugins/stt.rst diff --git a/platypush/backend/http/webapp/dist/index.html b/platypush/backend/http/webapp/dist/index.html index 9cd6986fb..c766f86db 100644 --- a/platypush/backend/http/webapp/dist/index.html +++ b/platypush/backend/http/webapp/dist/index.html @@ -1 +1 @@ -
Generate a JWT authentication token that can be used for API calls to the /execute endpoint.
You can include the token in your requests in any of the following ways:
\n\nGenerate a JWT authentication token that can be used for API calls to the /execute endpoint.
You can include the token in your requests in any of the following ways:
\n\n