Interface UplynkPingResponseEvent

Fired when a Ping response is received.

interface UplynkPingResponseEvent {
    date: Date;
    response: UplynkPingResponse;
    type: "pingresponse";
}

Hierarchy (View Summary)

  • Event<"pingresponse">
    • UplynkPingResponseEvent

Properties

Properties

date: Date

The creation date of the event.

The response which has been received.

type: "pingresponse"

The type of the event.