edilkamin
    Preparing search index...

    Variable getTargetTemperature

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

    Type Declaration

      • (jwtToken: string, macAddress: string, envIndex: 1 | 2 | 3): Promise<number>
      • Retrieves 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).

        Returns Promise<number>

        • A promise that resolves to the target temperature (degrees Celsius).