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