Class OrganizationsSensorAlertTriggerApparentPower
Reading for the 'apparentPower' metric. This will only be present if the 'metric' property equals 'apparentPower'.
[DataContract]
public class OrganizationsSensorAlertTriggerApparentPower
- Inheritance
-
OrganizationsSensorAlertTriggerApparentPower
- Inherited Members
Constructors
OrganizationsSensorAlertTriggerApparentPower()
public OrganizationsSensorAlertTriggerApparentPower()
Properties
Draw
Apparent power reading in volt-amperes.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "draw")]
public int Draw { get; set; }