Skip to content

Commit

Permalink
add x11sch-f const
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Aug 31, 2023
1 parent 5eb9915 commit 117941a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ func FormatProductName(s string) string {
return "r750"
case "PowerEdge C6320":
return "c6320"
case "PIO-519C-MR-PH004":
return "x11sch-f"
case "SYS-5019C-MR-PH004", "SYS-5019C-MR":
return "x11scm-f"
case "SYS-5039MS-H12TRF":
Expand All @@ -178,6 +180,8 @@ func FormatProductName(s string) string {
return "x11dph-t"
case "SSG-110P-NTR10", "SSG-110P-NTR10-EI018":
return "x12spo-ntf"
case "Micron_5200_MTFDDAK480TDN":
return "5200MAX"
default:
return s
}
Expand Down

0 comments on commit 117941a

Please sign in to comment.