edilkamin
    Preparing search index...

    Variable getEnvironmentTemperature

    getEnvironmentTemperature: (
        jwtToken: string,
        macAddress: string,
    ) => Promise<number>

    Type Declaration

      • (jwtToken: string, macAddress: string): Promise<number>
      • Retrieves the environment temperature from the device's sensors.

        Parameters

        • jwtToken: string

          The JWT token for authentication.

        • macAddress: string

          The MAC address of the device.

        Returns Promise<number>

        • A promise that resolves to the temperature value.