Reference Guide

Property Description
LowerThresholdCritical
The Sensor's threshold values specify the ranges (min and max values) for
determining whether the Sensor is operating under Normal, NonCritical,
Critical or Fatal conditions. If the CurrentReading is between
LowerThresholdCritical and LowerThresholdFatal, then the CurrentState is
Critical.
LowerThresholdFatal
The Sensor's threshold values specify the ranges (min and max values) for
determining whether the Sensor is operating under Normal, NonCritical,
Critical or Fatal conditions. If the CurrentReading is below
LowerThresholdFatal, then the CurrentState is Fatal.
LowerThresholdNonCritical
The Sensor's threshold values specify the ranges (min and max values) for
determining whether the Sensor is operating under Normal, NonCritical,
Critical or Fatal conditions. If CurrentReading is between
LowerThresholdNonCritical and UpperThresholdNonCritical, then the Sensor is
reporting a normal value. If CurrentReading is between
LowerThresholdNonCritical and LowerThresholdCritical, then the CurrentState
is NonCritical.
Name
The Name property defines the label by which the object is known. When
subclassed, the Name property can be overridden to be a Key property.
NominalReading
NominalReading indicates the 'normal' or expected value for the
NumericSensor.
RateUnits
Specifies if the units returned by this Sensor are rate units.
Possible values are:
0 = None
1 = Per MicroSecond
2 = Per MilliSecond
3 = Per Second
4 = Per Minute
5 = Per Hour
6 = Per Day
7 = Per Week
8 = Per Month
9 = Per Year
SensorType
The Type of the Sensor.
Possbile values are:
0 = Unknown
1 = Other
2 = Temperature
3 = Voltage
4 = Current
5 = Tachometer
6 = Counter
7 = Switch
8 = Lock
9 = Humidity
10 = Smoke Detection
11 = Presence
315