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