forked from platypush/platypush
Minor docstring fix.
This commit is contained in:
parent
5823dd0e21
commit
680de865c4
1 changed files with 3 additions and 3 deletions
|
@ -87,9 +87,8 @@ class PingPlugin(RunnablePlugin, EntityManager):
|
||||||
"""
|
"""
|
||||||
This integration allows you to:
|
This integration allows you to:
|
||||||
|
|
||||||
1. Programmatic ping a remote host.
|
- Programmatic ping a remote host.
|
||||||
2. Monitor the status of a remote host.
|
- Monitor the status of a remote host.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
@ -143,6 +142,7 @@ class PingPlugin(RunnablePlugin, EntityManager):
|
||||||
) -> dict:
|
) -> dict:
|
||||||
"""
|
"""
|
||||||
Ping a remote host.
|
Ping a remote host.
|
||||||
|
|
||||||
:param host: Remote host IP or name
|
:param host: Remote host IP or name
|
||||||
:param count: Overrides the configured number of packets that should be
|
:param count: Overrides the configured number of packets that should be
|
||||||
sent (default: 1).
|
sent (default: 1).
|
||||||
|
|
Loading…
Reference in a new issue