edilkamin
    Preparing search index...

    Variable deviceInfo

    deviceInfo: (jwtToken: string, macAddress: string) => Promise<DeviceInfoType>

    Type Declaration

      • (jwtToken: string, macAddress: string): Promise<DeviceInfoType>
      • Retrieves information about a device by its MAC address. Automatically decompresses any gzip-compressed Buffer fields in the response.

        Parameters

        • jwtToken: string

          The JWT token for authentication.

        • macAddress: string

          The MAC address of the device.

        Returns Promise<DeviceInfoType>

        • A promise that resolves to the device info.