Index: leahi_dialin/common/dd_defs.py =================================================================== diff -u -r465679409a5fe6f6007ddffca1fd3e89ead9d9c4 -rc1bff8da59cff294d67d90dd1e1f102dd5b65466 --- leahi_dialin/common/dd_defs.py (.../dd_defs.py) (revision 465679409a5fe6f6007ddffca1fd3e89ead9d9c4) +++ leahi_dialin/common/dd_defs.py (.../dd_defs.py) (revision c1bff8da59cff294d67d90dd1e1f102dd5b65466) @@ -521,7 +521,7 @@ DDTemperatureSensorNames._str_list = { # Official Name : Accepted strings - 'D16_TEMP': ['d1'], + 'D1_TEMP': ['d1'], 'D78_TEMP': ['d78'], 'D4_TEMP': ['d4'], 'D50_TEMP': ['d50'], @@ -537,6 +537,7 @@ 'D99_AVG_TEMP': ['d99 avg', 'd99 average'], 'D28_AVG_TEMP': ['d28 avg', 'd28 average'], 'D30_AVG_TEMP': ['d39 avg', 'd39 average'], + 'D1_AVG_TEMP': ['d1 avg', 'd1 average'], 'D9_TEMP': ['d9'], 'D66_TEMP': ['d66'], 'D51_TEMP': ['d51'],