Skip to content

Commit

Permalink
fix: pumps, fans max values
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneruffini committed Jul 8, 2024
1 parent a00c136 commit 4381d6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SC24/MCB.json
Original file line number Diff line number Diff line change
Expand Up @@ -1665,7 +1665,7 @@
"scale": 1,
"offset": 0,
"min": 0,
"max": 255
"max": 100
},
"COOL_PUMPS_speedCtrl": {
"description": "Speed percentage for Cooling Pumps control.",
Expand All @@ -1681,7 +1681,7 @@
"scale": 1,
"offset": 0,
"min": 0,
"max": 255
"max": 100
}
}
},
Expand Down Expand Up @@ -3402,4 +3402,4 @@
}
}
}
}
}

0 comments on commit 4381d6c

Please sign in to comment.