@seamapi/http - v2.0.0
    Preparing search index...

    Type Alias ThermostatsSetFanModeParameters

    type ThermostatsSetFanModeParameters = {
        device_id: string;
        fan_mode?: "auto" | "on" | "circulate";
        fan_mode_setting?: "auto" | "on" | "circulate";
    }
    Index
    device_id: string

    ID of the thermostat device for which you want to set the fan mode.

    fan_mode?: "auto" | "on" | "circulate"

    Fan mode setting for the thermostat, such as auto, on, or circulate.

    Use fan_mode_setting instead.

    fan_mode_setting?: "auto" | "on" | "circulate"

    Fan mode setting that you want to set for the thermostat.