BridgeHandler: {
    fromBridge: ((obj: any) => Promise<unknown>);
}

An object that can receive messages from the bridge device

Type declaration

  • fromBridge: ((obj: any) => Promise<unknown>)

    Handle an inbound message

      • (obj): Promise<unknown>
      • Parameters

        • obj: any

        Returns Promise<unknown>