mysa-js-sdk
    Preparing search index...

    Interface SupportedCaps

    Supported capabilities and features for air conditioning devices.

    Defines the operational parameters and available functions for AC units, including temperature ranges, operating modes, and supported control keys.

    interface SupportedCaps {
        keys: number[];
        modes: { [modeId: string]: { temperatures: number[] } };
        tempRange: [number, number];
        version: string;
    }
    Index

    Properties

    keys: number[]

    Array of supported remote control key codes

    modes: { [modeId: string]: { temperatures: number[] } }

    Available operating modes with their supported temperature settings

    tempRange: [number, number]

    Temperature range as [minimum, maximum] in device units

    version: string

    Version string of the capability definition