Skip to content

Commit 3c221be

Browse files
stephenxsjleveque
authored andcommitted
[sonic_platform_common/fan]add fan direction "not applicable" (sonic-net#67)
1 parent d22f0a0 commit 3c221be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sonic_platform_base/fan_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class FanBase(device_base.DeviceBase):
1818
# Possible fan directions (relative to port-side of device)
1919
FAN_DIRECTION_INTAKE = "intake"
2020
FAN_DIRECTION_EXHAUST = "exhaust"
21+
FAN_DIRECTION_NOT_APPLICABLE = "N/A"
2122

2223
# Possible fan status LED colors
2324
STATUS_LED_COLOR_GREEN = "green"

0 commit comments

Comments
 (0)