UnitFacade serves payload-specific API methods.

Hierarchy

  • default

Implements

Constructors

Properties

NAME: string = "PayloadsHookContext"
VERSION: number = 1
_transport: Transport
NAME: string = "PayloadsHookContext"
VERSION: number = 1

Methods

  • List builds the list of payload being tracked for the given unit and IDs. If no IDs are provided then all tracked payloads for the unit are returned.

    Parameters

    Returns Promise<PayloadResults>

  • Untrack marks the identified payload as no longer being tracked.

    Parameters

    Returns Promise<PayloadResults>

Generated using TypeDoc