Table of Contents

Class OrganizationsSensorAlertProfileConditionThresholdPowerFactor

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

Power factor threshold. 'percentage' must be provided

[DataContract]
public class OrganizationsSensorAlertProfileConditionThresholdPowerFactor
Inheritance
OrganizationsSensorAlertProfileConditionThresholdPowerFactor
Inherited Members

Constructors

OrganizationsSensorAlertProfileConditionThresholdPowerFactor()

public OrganizationsSensorAlertProfileConditionThresholdPowerFactor()

Properties

Percentage

Alerting threshold as the ratio of active power to apparent power. Must be between 0 and 100.

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

Property Value

int