forked from platypush/platypush
Added TCP and UDP plugins - closes #106
This commit is contained in:
parent
c3024fba2d
commit
d73df1454e
5 changed files with 189 additions and 0 deletions
docs/source
5
docs/source/platypush/plugins/tcp.rst
Normal file
5
docs/source/platypush/plugins/tcp.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.tcp``
|
||||
=========================
|
||||
|
||||
.. automodule:: platypush.plugins.tcp
|
||||
:members:
|
5
docs/source/platypush/plugins/udp.rst
Normal file
5
docs/source/platypush/plugins/udp.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.udp``
|
||||
=========================
|
||||
|
||||
.. automodule:: platypush.plugins.udp
|
||||
:members:
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue