Index: leahi_dialin/common/td_defs.py =================================================================== diff -u -r7c8e829c563547ee50c517f1d6b84cb800b72027 -rc8f8cbb3230e40988847f33e9701714939462c93 --- leahi_dialin/common/td_defs.py (.../td_defs.py) (revision 7c8e829c563547ee50c517f1d6b84cb800b72027) +++ leahi_dialin/common/td_defs.py (.../td_defs.py) (revision c8f8cbb3230e40988847f33e9701714939462c93) @@ -264,6 +264,11 @@ NUM_OF_PRESSURE_ATTRIBUTES = 4 # Number of Pressure Sensor Attributes @unique +class TDTemperatureSensorNames(DialinEnum): + H23_TEMP = 0 # Barometric temperature Sensor + NUM_OF_TEMPERATURE_SENSORS = 1 # Number of temperature Sensors + +@unique class TDSwitchStatus(DialinEnum): CLOSED = 0 # Closed State of the TD Switch OPEN = 1 # Open State of the TD Switch