Class SeamHttpDevicesSimulate

Constructors

Properties

client: AxiosInstance
defaults: Required<SeamHttpRequestOptions>

Methods

  • Parameters

    • Optionalbody: {
          device_id: string;
      }
      • device_id: string

        ID of the device that you want to simulate connecting to Seam.

    Returns SeamHttpRequest<void, undefined>

  • Parameters

    • Optionalbody: {
          device_id: string;
      }
      • device_id: string

        ID of the device that you want to simulate disconnecting from Seam.

    Returns SeamHttpRequest<void, undefined>

  • Parameters

    • Optionalbody: {
          device_id: string;
      }
      • device_id: string

        ID of the device that you want to simulate removing from Seam.

    Returns SeamHttpRequest<void, undefined>

  • Parameters

    • clientSessionToken: string

    Returns Promise<void>