Product - raw response from the API

interface ProductRaw {
    companyName: string;
    homePage: string;
    hwpid: number;
    manufacturerID: number;
    metadata: ProductMetadataRaw | Record<string, never>;
    name: string;
    picture: string;
    rfMode: number;
}

Properties

companyName: string

Company name

homePage: string

Product homepage

hwpid: number

Product HWPID (Hardware Profile ID)

manufacturerID: number

Product manufacturer ID

metadata: ProductMetadataRaw | Record<string, never>

Product metadata

name: string

Product name

picture: string

Product picture

rfMode: number

Product RF modes