Skip to content

Commit

Permalink
add transceiver module temp thresholds (openconfig#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore authored Sep 13, 2023
1 parent 98d48c3 commit 1196fbf
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion release/models/platform/openconfig-platform-transceiver.yang
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@ module openconfig-platform-transceiver {
specify a physical-channel within a TRANSCEIVER component
(i.e. gray optic) that it is associated with.";

oc-ext:openconfig-version "0.12.0";
oc-ext:openconfig-version "0.13.0";

revision "2023-08-30" {
description
"Add transceiver module temperature thresholds";
reference "0.13.0";
}

revision "2023-06-27" {
description
Expand Down Expand Up @@ -843,6 +849,22 @@ module openconfig-platform-transceiver {
}
units volts;
}
leaf module-temperature-lower {
type decimal64 {
fraction-digits 1;
}
units celsius;
description
"The lower temperature threshold for the transceiver module.";
}
leaf module-temperature-upper {
type decimal64 {
fraction-digits 1;
}
units celsius;
description
"The upper temperature threshold for the transceiver module.";
}
}

grouping port-transceiver-top {
Expand Down

0 comments on commit 1196fbf

Please sign in to comment.