ping#

class platypush.message.response.ping.PingResponse(host: str, success: bool, *args, min: float | None = None, max: float | None = None, avg: float | None = None, mdev: float | None = None, **kwargs)[source]#

Bases: Response

__init__(host: str, success: bool, *args, min: float | None = None, max: float | None = None, avg: float | None = None, mdev: float | None = None, **kwargs)[source]#
Parameters:
  • target (str) – Target

  • origin (str) – Origin

  • output – Output

  • errors – Errors

  • id (str) – Message ID this response refers to

  • timestamp (float) – Message timestamp