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

    Type Alias ThermostatsHeatParameters

    type ThermostatsHeatParameters = {
        device_id: string;
        heating_set_point_celsius?: number;
        heating_set_point_fahrenheit?: number;
    }
    Index
    device_id: string

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

    heating_set_point_celsius?: number

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

    heating_set_point_fahrenheit?: number

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