Table of Contents

Class SensorAlertConditionThresholdFrequency

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

Electrical frequency threshold. 'level' must be provided.

[DataContract]
public class SensorAlertConditionThresholdFrequency
Inheritance
SensorAlertConditionThresholdFrequency
Inherited Members

Properties

Level

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

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

Property Value

double