Table of Contents

Class OrganizationsSensorAlertTriggerTvoc

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Reading for the 'tvoc' metric. This will only be present if the 'metric' property equals 'tvoc'.

[DataContract]
public class OrganizationsSensorAlertTriggerTvoc
Inheritance
OrganizationsSensorAlertTriggerTvoc
Inherited Members

Constructors

OrganizationsSensorAlertTriggerTvoc()

public OrganizationsSensorAlertTriggerTvoc()

Properties

Concentration

TVOC reading in micrograms per cubic meter.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "concentration")]
public int Concentration { get; set; }

Property Value

int