forked from platypush/platypush
Added system monitor integration - closes #98
This commit is contained in:
parent
3e2a9c0401
commit
8fe34d541b
7 changed files with 1146 additions and 0 deletions
docs/source
|
@ -236,6 +236,8 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
|
|||
'pyfirmata2',
|
||||
'cups',
|
||||
'graphyte',
|
||||
'cpuinfo',
|
||||
'psutil',
|
||||
]
|
||||
|
||||
sys.path.insert(0, os.path.abspath('../..'))
|
||||
|
|
5
docs/source/platypush/plugins/system.rst
Normal file
5
docs/source/platypush/plugins/system.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.system``
|
||||
============================
|
||||
|
||||
.. automodule:: platypush.plugins.system
|
||||
:members:
|
|
@ -88,6 +88,7 @@ Plugins
|
|||
platypush/plugins/switch.switchbot.rst
|
||||
platypush/plugins/switch.tplink.rst
|
||||
platypush/plugins/switch.wemo.rst
|
||||
platypush/plugins/system.rst
|
||||
platypush/plugins/tcp.rst
|
||||
platypush/plugins/todoist.rst
|
||||
platypush/plugins/torrent.rst
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue