Table of Contents

Class SensorAlertConditionThresholdApparentPower

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

Apparent power threshold. 'draw' must be provided.

[DataContract]
public class SensorAlertConditionThresholdApparentPower
Inheritance
SensorAlertConditionThresholdApparentPower
Inherited Members

Properties

Draw

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

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

Property Value

double