Skip to content

Commit

Permalink
fix: Generally SFPs support -10C to +85C.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Dec 17, 2024
1 parent 7f143a6 commit c90b75b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mrmShared/Db/sfp.db
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ record(ai, "$(P)T-I") {
field(INP , "@OBJ=$(OBJ), PROP=Temperature")
field(DESC, "Tranceiver Temperature")
field(ADEL, "0.5")
field(HIGH, "50")
field(HIGH, "70")
field(HSV , "MINOR")
field(HIHI, "60")
field(HIHI, "80")
field(HHSV, "MAJOR")
field(LOW , "0")
field(LSV , "INVALID")
Expand Down

0 comments on commit c90b75b

Please sign in to comment.