Table of Contents

Class OrganizationsSensorAlertProfileConditionThresholdFrequency

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

Electrical frequency threshold. 'level' must be provided.

[DataContract]
public class OrganizationsSensorAlertProfileConditionThresholdFrequency
Inheritance
OrganizationsSensorAlertProfileConditionThresholdFrequency
Inherited Members

Constructors

OrganizationsSensorAlertProfileConditionThresholdFrequency()

public OrganizationsSensorAlertProfileConditionThresholdFrequency()

Properties

Level

Alerting threshold in hertz. Must be between 0 and 60.

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

Property Value

int