Skip to content

Commit

Permalink
Update psu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagami-Jiang committed Jun 29, 2023
1 parent 5a39075 commit 8aca8eb
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,3 @@ def get_presence(self):
psu_present_index = 0 if self.psu_index == 1 else 1
psu_present = self.plugin_data['PSU']['psu_present']["i2c"]['valmap'][psu_status[psu_present_index]]
return psu_present

@staticmethod
def get_revision():
"""
Get PSU HW Revision by read psu eeprom data.
data address(hex) 46-49.The response is the ascii value of hex
return: HW Revision or 'N/A'
"""
return "N/A"

0 comments on commit 8aca8eb

Please sign in to comment.