Table of Contents

Class SensorAlertConditionThresholdRealPower

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

Real power threshold. 'draw' must be provided.

[DataContract]
public class SensorAlertConditionThresholdRealPower
Inheritance
SensorAlertConditionThresholdRealPower
Inherited Members

Properties

Draw

Alerting threshold in watts. Must be between 0 and 3750.

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

Property Value

double