Table of Contents

Class SensorAlertConditionThresholdCurrent

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

Electrical current threshold. 'level' must be provided.

[DataContract]
public class SensorAlertConditionThresholdCurrent
Inheritance
SensorAlertConditionThresholdCurrent
Inherited Members

Properties

Draw

Alerting threshold in amps. Must be between 0 and 15.

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

Property Value

double