Table of Contents

Class OrganizationsSensorAlertTriggerRealPower

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

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

Property Value

int