Skip to content

Commit

Permalink
fix: add embedded shelf type for power calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss authored and cgrinds committed Sep 25, 2024
1 parent c0486b1 commit cfa10ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/collectors/commonutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ type PortData struct {
// 2. The shelf is listed in the link above
var combinations = map[embedShelf]bool{
{"FS424-12", "IOM12F"}: true,
{"DS212-12", "IOM12G"}: true,
}

func IsEmbedShelf(model string, moduleType string) bool {
Expand Down

0 comments on commit cfa10ec

Please sign in to comment.