Table of Contents

Class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperature

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

Minimum/maximum error and warning thresholds for temperature readings

[DataContract]
public class OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperature
Inheritance
OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperature
Inherited Members

Constructors

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperature()

public OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperature()

Properties

Celcius

Thresholds for the temperature in celsius of the port

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

Property Value

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperatureCelcius

Fahrenheit

Thresholds for the temperature in fahrenheit of the port

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

Property Value

OrganizationSwitchPortsTransceiversReadingsHistoryBySwitchMetadataThresholdTemperatureFahrenheit