Table of Contents

Class SensorAlertConditionThresholdVoltage

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

Voltage threshold. 'level' must be provided.

[DataContract]
public class SensorAlertConditionThresholdVoltage
Inheritance
SensorAlertConditionThresholdVoltage
Inherited Members

Properties

Level

Alerting threshold in volts. Must be between 0 and 250.

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

Property Value

double