proTempScale OBJECT-TYPE
SYNTAX INTEGER {
celsius(1),
fahrenheit(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the scale used when reporting temperature values.
If Celsius(1), all temperature values are in degrees Celsius.
If Fahrenheit(2), all temperature values are in degrees
Fahrenheit."