Added system monitor integration - closes

This commit is contained in:
Fabio Manganiello 2020-01-07 22:44:23 +01:00
parent 3e2a9c0401
commit 8fe34d541b
7 changed files with 1146 additions and 0 deletions
docs/source

View file

@ -236,6 +236,8 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'pyfirmata2',
'cups',
'graphyte',
'cpuinfo',
'psutil',
]
sys.path.insert(0, os.path.abspath('../..'))

View file

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

View file

@ -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