Table of Contents

Class OrganizationsSensorAlertTriggerVoltage

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

Reading for the 'voltage' metric. This will only be present if the 'metric' property equals 'voltage'.

[DataContract]
public class OrganizationsSensorAlertTriggerVoltage
Inheritance
OrganizationsSensorAlertTriggerVoltage
Inherited Members

Constructors

OrganizationsSensorAlertTriggerVoltage()

public OrganizationsSensorAlertTriggerVoltage()

Properties

Level

Voltage reading in volts.

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

Property Value

int