ngx-kel-agent - v1.1.0
    Preparing search index...

    Interface WsjtxHeartbeat

    The heartbeat message shall be sent on a periodic basis every 15 seconds. This message is intended to be used by servers to detect the presence of a client and also the unexpected disappearance of a client and by clients to learn the schema negotiated by the server after it receives the initial heartbeat message from a client.

    See WSJT-X source.

    interface WsjtxHeartbeat {
        id: string;
        maxSchemaVersion: number;
        revision: string;
        version: string;
    }
    Index

    Properties

    id: string

    WSJT-X client name

    maxSchemaVersion: number

    WSJT-X client's supported schema version

    revision: string

    WSJT-X client's commit hash

    version: string

    WSJT-X client's semantic version