Skip to content

Commit

Permalink
[sonic_platform_common/fan]add fan direction "not applicable" (sonic-…
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenxs authored and jleveque committed Dec 4, 2019
1 parent d22f0a0 commit 3c221be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonic_platform_base/fan_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class FanBase(device_base.DeviceBase):
# Possible fan directions (relative to port-side of device)
FAN_DIRECTION_INTAKE = "intake"
FAN_DIRECTION_EXHAUST = "exhaust"
FAN_DIRECTION_NOT_APPLICABLE = "N/A"

# Possible fan status LED colors
STATUS_LED_COLOR_GREEN = "green"
Expand Down

0 comments on commit 3c221be

Please sign in to comment.