Function deviceInfo

  • Retrieves information about a device by its MAC address.

    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.