We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f1bad commit e355126Copy full SHA for e355126
device/accton/x86_64-accton_minipack-r0/sonic_platform/fan_drawer.py
@@ -81,6 +81,17 @@ def get_position_in_parent(self):
81
"""
82
return (self.fantrayindex+1)
83
84
+ def set_status_led(self, color):
85
+ """
86
+ Sets the state of the fan module status LED
87
+ Args:
88
+ color: A string representing the color with which to set the
89
+ fan module status LED
90
+ Returns:
91
+ bool: True if status LED state is set successfully, False if not
92
93
+ return False #Not supported
94
+
95
def is_replaceable(self):
96
97
Indicate whether this device is replaceable.
0 commit comments