Table of Contents

Class OrganizationsSensorAlertTriggerPowerFactor

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

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

[DataContract]
public class OrganizationsSensorAlertTriggerPowerFactor
Inheritance
OrganizationsSensorAlertTriggerPowerFactor
Inherited Members

Constructors

OrganizationsSensorAlertTriggerPowerFactor()

public OrganizationsSensorAlertTriggerPowerFactor()

Properties

Percentage

Power factor reading as a percentage.

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

Property Value

int