Table of Contents

Class SwitchPowerHistorySummary

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll
[DataContract]
public class SwitchPowerHistorySummary
Inheritance
SwitchPowerHistorySummary
Inherited Members

Properties

Draw

The PoE power draw in watts for all switch ports in the organization for the given interval.

[DataMember(Name = "draw")]
public double Draw { get; set; }

Property Value

double

Ts

Timestamp of the start of the interval.

[DataMember(Name = "ts")]
public string Ts { get; set; }

Property Value

string