Index: dialin/dg/calibration_record.py =================================================================== diff -u -r42100367185571479b8e07191b2c423314f23aef -r066f421409c3a4ba71521c9da2907a26087f27c1 --- dialin/dg/calibration_record.py (.../calibration_record.py) (revision 42100367185571479b8e07191b2c423314f23aef) +++ dialin/dg/calibration_record.py (.../calibration_record.py) (revision 066f421409c3a4ba71521c9da2907a26087f27c1) @@ -530,7 +530,7 @@ @return: DG fans hardware group dictionary and the byte size of this hardware group """ - hardware_names = ['fan_1', 'fan_2'] + hardware_names = ['inlet_fan_1', 'inlet_fan_2', 'inlet_fan_3', 'outlet_fan_1', 'outlet_fan_2', 'outlet_fan_3'] group_byte_size = 0 group_name = 'fans' hardware_group = OrderedDict({group_name: OrderedDict()})