Table of Contents

Class SensorAlertConditionThresholdPowerFactor

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

Power factor threshold. 'percentage' must be provided.

[DataContract]
public class SensorAlertConditionThresholdPowerFactor
Inheritance
SensorAlertConditionThresholdPowerFactor
Inherited Members

Properties

Percentage

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

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

Property Value

int