forked from platypush/platypush
Added Z-Wave docs
This commit is contained in:
parent
02246a48ae
commit
a6526a2a2d
6 changed files with 18 additions and 0 deletions
|
@ -61,3 +61,4 @@ Backends
|
|||
platypush/backend/websocket.rst
|
||||
platypush/backend/wiimote.rst
|
||||
platypush/backend/zigbee.mqtt.rst
|
||||
platypush/backend/zwave.rst
|
||||
|
|
|
@ -55,3 +55,4 @@ Events
|
|||
platypush/events/wiimote.rst
|
||||
platypush/events/zeroborg.rst
|
||||
platypush/events/zigbee.mqtt.rst
|
||||
platypush/events/zwave.rst
|
||||
|
|
5
docs/source/platypush/backend/zwave.rst
Normal file
5
docs/source/platypush/backend/zwave.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.zwave``
|
||||
===========================
|
||||
|
||||
.. automodule:: platypush.backend.zwave
|
||||
:members:
|
5
docs/source/platypush/events/zwave.rst
Normal file
5
docs/source/platypush/events/zwave.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.event.zwave``
|
||||
=================================
|
||||
|
||||
.. automodule:: platypush.message.event.zwave
|
||||
:members:
|
5
docs/source/platypush/plugins/zwave.rst
Normal file
5
docs/source/platypush/plugins/zwave.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.zwave``
|
||||
===========================
|
||||
|
||||
.. automodule:: platypush.plugins.zwave
|
||||
:members:
|
|
@ -111,3 +111,4 @@ Plugins
|
|||
platypush/plugins/websocket.rst
|
||||
platypush/plugins/wiimote.rst
|
||||
platypush/plugins/zigbee.mqtt.rst
|
||||
platypush/plugins/zwave.rst
|
||||
|
|
Loading…
Reference in a new issue