Table of Contents

Class OrganizationsSensorAlertProfileConditionThresholdCurrent

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

Electrical current threshold. 'level' must be provided.

[DataContract]
public class OrganizationsSensorAlertProfileConditionThresholdCurrent
Inheritance
OrganizationsSensorAlertProfileConditionThresholdCurrent
Inherited Members

Constructors

OrganizationsSensorAlertProfileConditionThresholdCurrent()

public OrganizationsSensorAlertProfileConditionThresholdCurrent()

Properties

Draw

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

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

Property Value

int