Skip to content

Commit

Permalink
Changes in common pddf psu plugin based on the changes in psu_base cl…
Browse files Browse the repository at this point in the history
…ass in PR#62
  • Loading branch information
FuzailBrcm committed Sep 20, 2019
1 parent 25745f5 commit a654dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/common/pddf/plugins/psuutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def get_output_power(self, idx):

return p_out

def get_fan_rpm(self, idx, fan_idx):
def get_fan_speed(self, idx, fan_idx):
if idx is None or fan_idx is None:
return 0

Expand Down

0 comments on commit a654dc7

Please sign in to comment.