Table of Contents

Class SensorRange

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

Sensor Range

public class SensorRange
Inheritance
SensorRange
Inherited Members

Constructors

SensorRange()

public SensorRange()

Properties

Color

Color associated with this sensor range

public Color Color { get; }

Property Value

Color

Max

Gets the max

public double? Max { get; set; }

Property Value

double?

Min

Gets the min

public double? Min { get; set; }

Property Value

double?

Name

Gets the name

public string Name { get; set; }

Property Value

string

Type

Gets the type

public SensorRangeType Type { get; set; }

Property Value

SensorRangeType