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

    Type Alias ThermostatsSimulateTemperatureReachedParameters

    type ThermostatsSimulateTemperatureReachedParameters = {
        device_id: string;
        temperature_celsius?: number;
        temperature_fahrenheit?: number;
    }
    Index
    device_id: string

    ID of the thermostat device that you want to simulate reaching a specified temperature.

    temperature_celsius?: number

    Temperature in °C that you want simulate the thermostat reaching. You must set temperature_celsius or temperature_fahrenheit.

    temperature_fahrenheit?: number

    Temperature in °F that you want simulate the thermostat reaching. You must set temperature_fahrenheit or temperature_celsius.