Skip to content

Commit

Permalink
Add FAN_TRAY_CONTROLLER type. (#1216)
Browse files Browse the repository at this point in the history
Co-authored-by: Darren Loher <[email protected]>
  • Loading branch information
SydneyCaulfeild and dplore authored Nov 5, 2024
1 parent 1b0c6bd commit ea290e3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion release/models/platform/openconfig-platform-types.yang
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,15 @@ module openconfig-platform-types {
"This module defines data types (e.g., YANG identities)
to support the OpenConfig component inventory model.";

oc-ext:openconfig-version "1.8.0";
oc-ext:openconfig-version "1.9.0";


revision "2024-11-04" {
description
"Add FAN_TRAY_CONTROLLER";
reference "1.9.0";
}

revision "2024-04-30" {
description
"Add FAN_TRAY";
Expand Down Expand Up @@ -339,6 +345,12 @@ module openconfig-platform-types {
"Contains multiple fans that work in unison to cool the router components.";
}

identity FAN_TRAY_CONTROLLER {
base OPENCONFIG_HARDWARE_COMPONENT;
description
"Controls the fan trays.";
}

identity SENSOR {
base OPENCONFIG_HARDWARE_COMPONENT;
description
Expand Down

0 comments on commit ea290e3

Please sign in to comment.