MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Properties | List of all members
MPCO2LiveUpdate Class Reference

Model for live CO2 measurement for a given Location. More...

#include <MPCO2LiveUpdate.h>

Inheritance diagram for MPCO2LiveUpdate:
MPLiveUpdate

Properties

NSMeasurement * co2Level
 Get the measured CO2 level for a given Location. Base unit is Parts Per Million (PPM).
 
- Properties inherited from MPLiveUpdate
MPLiveUpdateTopictopic
 Get the Topic of the Live Update.
 
NSString * itemId
 Get the item id that a Live Update relates to. In most cases this would be the id of a MPLocation.
 
NSString * originSourceId
 Get the id for the origin source entity of a Live Update. Often the Live Update comes from another entity or device in a 3rd-party system. For example an id of a meeting room calendar in a booking system or an id of a room temperature sensor.
 
NSString * timestamp
 Get the timestamp for a Live Update.
 

Additional Inherited Members

- Instance Methods inherited from MPLiveUpdate
(nullable NSObject *) - getLiveValueForKey:
 

Detailed Description

Model for live CO2 measurement for a given Location.

Property Documentation

◆ co2Level

- (NSMeasurement*) co2Level
readnonatomicassign

Get the measured CO2 level for a given Location. Base unit is Parts Per Million (PPM).