Added TCP and UDP plugins - closes

This commit is contained in:
Fabio Manganiello 2020-01-05 20:52:42 +01:00
parent c3024fba2d
commit d73df1454e
5 changed files with 189 additions and 0 deletions
docs/source
platypush/plugins
plugins.rst

View file

@ -0,0 +1,5 @@
``platypush.plugins.tcp``
=========================
.. automodule:: platypush.plugins.tcp
:members:

View file

@ -0,0 +1,5 @@
``platypush.plugins.udp``
=========================
.. automodule:: platypush.plugins.udp
:members:

View file

@ -85,11 +85,13 @@ Plugins
platypush/plugins/switch.rst
platypush/plugins/switch.switchbot.rst
platypush/plugins/switch.wemo.rst
platypush/plugins/tcp.rst
platypush/plugins/todoist.rst
platypush/plugins/torrent.rst
platypush/plugins/trello.rst
platypush/plugins/tts.rst
platypush/plugins/tts.google.rst
platypush/plugins/udp.rst
platypush/plugins/user.rst
platypush/plugins/utils.rst
platypush/plugins/variable.rst