forked from platypush/platypush
Added Linode integration [closes #116]
This commit is contained in:
parent
096f84c865
commit
c26d456109
19 changed files with 365 additions and 7 deletions
docs/source
|
@ -29,6 +29,7 @@ Backends
|
|||
platypush/backend/joystick.rst
|
||||
platypush/backend/kafka.rst
|
||||
platypush/backend/light.hue.rst
|
||||
platypush/backend/linode.rst
|
||||
platypush/backend/local.rst
|
||||
platypush/backend/midi.rst
|
||||
platypush/backend/mqtt.rst
|
||||
|
|
|
@ -245,6 +245,7 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
|
|||
'pvporcupine ',
|
||||
'pvcheetah',
|
||||
'pyotp',
|
||||
'linode_api4',
|
||||
]
|
||||
|
||||
sys.path.insert(0, os.path.abspath('../..'))
|
||||
|
|
|
@ -29,6 +29,7 @@ Events
|
|||
platypush/events/joystick.rst
|
||||
platypush/events/kafka.rst
|
||||
platypush/events/light.rst
|
||||
platypush/events/linode.rst
|
||||
platypush/events/media.rst
|
||||
platypush/events/midi.rst
|
||||
platypush/events/mqtt.rst
|
||||
|
|
5
docs/source/platypush/backend/linode.rst
Normal file
5
docs/source/platypush/backend/linode.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.linode``
|
||||
============================
|
||||
|
||||
.. automodule:: platypush.backend.linode
|
||||
:members:
|
5
docs/source/platypush/events/linode.rst
Normal file
5
docs/source/platypush/events/linode.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.event.linode``
|
||||
==================================
|
||||
|
||||
.. automodule:: platypush.message.event.linode
|
||||
:members:
|
5
docs/source/platypush/plugins/linode.rst
Normal file
5
docs/source/platypush/plugins/linode.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.linode``
|
||||
============================
|
||||
|
||||
.. automodule:: platypush.plugins.linode
|
||||
:members:
|
5
docs/source/platypush/responses/linode.rst
Normal file
5
docs/source/platypush/responses/linode.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.response.linode``
|
||||
=====================================
|
||||
|
||||
.. automodule:: platypush.message.response.linode
|
||||
:members:
|
|
@ -61,6 +61,7 @@ Plugins
|
|||
platypush/plugins/lastfm.rst
|
||||
platypush/plugins/light.rst
|
||||
platypush/plugins/light.hue.rst
|
||||
platypush/plugins/linode.rst
|
||||
platypush/plugins/logger.rst
|
||||
platypush/plugins/media.rst
|
||||
platypush/plugins/media.chromecast.rst
|
||||
|
|
|
@ -11,6 +11,7 @@ Responses
|
|||
platypush/responses/camera.android.rst
|
||||
platypush/responses/chat.telegram.rst
|
||||
platypush/responses/google.drive.rst
|
||||
platypush/responses/linode.rst
|
||||
platypush/responses/pihole.rst
|
||||
platypush/responses/ping.rst
|
||||
platypush/responses/printer.cups.rst
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue