mysa-js-sdk
    Preparing search index...

    Interface BrandInfo

    Brand information for air conditioning devices.

    Contains manufacturer and model details for AC units that are controlled through the Mysa system, including both brand and OEM information.

    interface BrandInfo {
        Brand: string;
        Id: number;
        OEMBrand: string;
        remoteModelNumber: string;
    }
    Index

    Properties

    Brand: string

    The brand name of the AC device

    Id: number

    Unique identifier for the brand

    OEMBrand: string

    Original Equipment Manufacturer brand name

    remoteModelNumber: string

    Remote control model number for the AC device