Added Z-Wave docs

This commit is contained in:
Fabio Manganiello 2020-02-05 23:24:20 +01:00
parent 02246a48ae
commit a6526a2a2d
6 changed files with 18 additions and 0 deletions

View File

@ -61,3 +61,4 @@ Backends
platypush/backend/websocket.rst
platypush/backend/wiimote.rst
platypush/backend/zigbee.mqtt.rst
platypush/backend/zwave.rst

View File

@ -55,3 +55,4 @@ Events
platypush/events/wiimote.rst
platypush/events/zeroborg.rst
platypush/events/zigbee.mqtt.rst
platypush/events/zwave.rst

View File

@ -0,0 +1,5 @@
``platypush.backend.zwave``
===========================
.. automodule:: platypush.backend.zwave
:members:

View File

@ -0,0 +1,5 @@
``platypush.message.event.zwave``
=================================
.. automodule:: platypush.message.event.zwave
:members:

View File

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

View File

@ -111,3 +111,4 @@ Plugins
platypush/plugins/websocket.rst
platypush/plugins/wiimote.rst
platypush/plugins/zigbee.mqtt.rst
platypush/plugins/zwave.rst