Table of Contents

Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperature

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

Information about the temperature of the port

[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperature
Inheritance
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperature
Inherited Members

Constructors

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperature()

public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperature()

Properties

Celsius

Information about the temperature of the port in celsius

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "celsius")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperatureCelsius Celsius { get; set; }

Property Value

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperatureCelsius

Fahrenheit

Information about the temperature of the port in fahrenheit

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "fahrenheit")]
public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperatureFahrenheit Fahrenheit { get; set; }

Property Value

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchItemPortReadingByMetricTemperatureFahrenheit