@seamapi/http - v1.123.0
    Preparing search index...

    Type Alias ThermostatsHeatParameters

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

    Properties

    device_id: string
    heating_set_point_celsius?: number
    heating_set_point_fahrenheit?: number
    sync?: boolean