Table of Contents

Class OrganizationsSensorAlertTriggerPm25

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

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

[DataContract]
public class OrganizationsSensorAlertTriggerPm25
Inheritance
OrganizationsSensorAlertTriggerPm25
Inherited Members

Constructors

OrganizationsSensorAlertTriggerPm25()

public OrganizationsSensorAlertTriggerPm25()

Properties

Concentration

PM2.5 reading in micrograms per cubic meter.

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

Property Value

int