forked from platypush/platypush
Added CSV plugin
This commit is contained in:
parent
a130edb74f
commit
e7084b5d6f
5 changed files with 186 additions and 0 deletions
docs/source
|
|
@ -39,6 +39,7 @@ Events
|
|||
platypush/events/path.rst
|
||||
platypush/events/ping.rst
|
||||
platypush/events/pushbullet.rst
|
||||
platypush/events/qrcode.rst
|
||||
platypush/events/scard.rst
|
||||
platypush/events/sensor.rst
|
||||
platypush/events/sensor.ir.rst
|
||||
|
|
|
|||
5
docs/source/platypush/events/qrcode.rst
Normal file
5
docs/source/platypush/events/qrcode.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.event.qrcode``
|
||||
==================================
|
||||
|
||||
.. automodule:: platypush.message.event.qrcode
|
||||
:members:
|
||||
5
docs/source/platypush/plugins/csv.rst
Normal file
5
docs/source/platypush/plugins/csv.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.csv``
|
||||
=========================
|
||||
|
||||
.. automodule:: platypush.plugins.csv
|
||||
:members:
|
||||
|
|
@ -24,6 +24,7 @@ Plugins
|
|||
platypush/plugins/camera.pi.rst
|
||||
platypush/plugins/chat.telegram.rst
|
||||
platypush/plugins/clipboard.rst
|
||||
platypush/plugins/csv.rst
|
||||
platypush/plugins/db.rst
|
||||
platypush/plugins/dropbox.rst
|
||||
platypush/plugins/esp.rst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue