edilkamin
    Preparing search index...

    Variable setTargetTemperature

    setTargetTemperature: (
        jwtToken: string,
        macAddress: string,
        envIndex: 1 | 2 | 3,
        temperature: number,
    ) => Promise<unknown>

    Type Declaration

      • (
            jwtToken: string,
            macAddress: string,
            envIndex: 1 | 2 | 3,
            temperature: number,
        ): Promise<unknown>
      • Sets the target temperature for an environment zone.

        Parameters

        • jwtToken: string

          The JWT token for authentication.

        • macAddress: string

          The MAC address of the device.

        • envIndex: 1 | 2 | 3

          The environment zone index (1, 2, or 3).

        • temperature: number

          The desired target temperature (degrees Celsius).

        Returns Promise<unknown>

        • A promise that resolves to the command response.