File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,14 @@ module openconfig-platform-types {
2222 "This module defines data types (e.g., YANG identities)
2323 to support the OpenConfig component inventory model." ;
2424
25- oc-ext:openconfig-version "1.7.0" ;
25+ oc-ext:openconfig-version "1.8.0" ;
26+
27+
28+ revision "2024-04-30" {
29+ description
30+ "Add FAN_TRAY" ;
31+ reference "1.8.0" ;
32+ }
2633
2734 revision "2024-01-30" {
2835 description
@@ -326,6 +333,12 @@ module openconfig-platform-types {
326333 "Cooling fan, or could be some other heat-reduction component" ;
327334 }
328335
336+ identity FAN_TRAY {
337+ base OPENCONFIG_HARDWARE_COMPONENT;
338+ description
339+ "Contains multiple fans that work in unison to cool the router components." ;
340+ }
341+
329342 identity SENSOR {
330343 base OPENCONFIG_HARDWARE_COMPONENT;
331344 description
You can’t perform that action at this time.
0 commit comments