Class SensorAlertConditionThresholdPowerFactor
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; }