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

    Type Alias ThermostatsCoolParameters

    type ThermostatsCoolParameters = {
        cooling_set_point_celsius?: number;
        cooling_set_point_fahrenheit?: number;
        device_id: string;
    }
    Index
    cooling_set_point_celsius?: number

    Cooling set point in °C that you want to set for the thermostat. You must set one of the cooling_set_point parameters.

    cooling_set_point_fahrenheit?: number

    Cooling set point in °F that you want to set for the thermostat. You must set one of the cooling_set_point parameters.

    device_id: string

    ID of the thermostat device that you want to set to cool mode.