Table of Contents

Class OrganizationsSensorAlertProfileConditionThresholdVoltage

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

Voltage threshold. 'level' must be provided.

[DataContract]
public class OrganizationsSensorAlertProfileConditionThresholdVoltage
Inheritance
OrganizationsSensorAlertProfileConditionThresholdVoltage
Inherited Members

Constructors

OrganizationsSensorAlertProfileConditionThresholdVoltage()

public OrganizationsSensorAlertProfileConditionThresholdVoltage()

Properties

Level

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

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

Property Value

int