From cfa10ec07e373af3a57606d4c9478c10be702e4c Mon Sep 17 00:00:00 2001 From: rahulguptajss Date: Wed, 25 Sep 2024 16:40:30 +0530 Subject: [PATCH] fix: add embedded shelf type for power calculation --- cmd/collectors/commonutils.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/collectors/commonutils.go b/cmd/collectors/commonutils.go index 1e89359e6..382f05d86 100644 --- a/cmd/collectors/commonutils.go +++ b/cmd/collectors/commonutils.go @@ -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 {