Table of Contents

Class OrganizationsSensorAlertProfileConditionThresholdApparentPower

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

Apparent power threshold. 'draw' must be provided.

[DataContract]
public class OrganizationsSensorAlertProfileConditionThresholdApparentPower
Inheritance
OrganizationsSensorAlertProfileConditionThresholdApparentPower
Inherited Members

Constructors

OrganizationsSensorAlertProfileConditionThresholdApparentPower()

public OrganizationsSensorAlertProfileConditionThresholdApparentPower()

Properties

Draw

Alerting threshold in volt-amps. Must be between 0 and 3750.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "draw")]
public int Draw { get; set; }

Property Value

int