BLUTemperature Class Reference

Inherits from NSObject
Declared in BLUTemperature.h

Overview

BLUTemperature objects wrap information about the temperature measured by a beacon.

Each BLUSBeacon, BLUSLegacyBeacon or BLUEddystoneTLMBeacon object keeps a reference to a BLUTemperature object. The measured ambient temperature is a part of both the sBeacon and the EddystoneBeacon TLM advertisement formats.

Methods

– degreesCelsius

Returns the beacon’s last measured ambient temperature in degrees Celsius.

- (float)degreesCelsius

Return Value

Returns the beacon’s last measured ambient temperature in degrees Celsius.

Declared In

BLUTemperature.h

– degreesFahrenheit

Returns the beacon’s last measured ambient temperature in degrees Fahrenheit.

- (float)degreesFahrenheit

Return Value

Returns the beacon’s last measured ambient temperature in degrees Fahrenheit.

Declared In

BLUTemperature.h