Skip to content

Commit

Permalink
typo in temps
Browse files Browse the repository at this point in the history
  • Loading branch information
jurkovic-nikola committed Aug 11, 2024
1 parent 039fcb2 commit 97d525e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/temperatures/temperatures.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ var (
{Id: 1, Min: 30, Max: 32, Mode: 0, Fans: 30, Pump: 50},
{Id: 2, Min: 32, Max: 34, Mode: 0, Fans: 40, Pump: 50},
{Id: 3, Min: 34, Max: 36, Mode: 0, Fans: 40, Pump: 50},
{Id: 4, Min: 36, Max: 68, Mode: 0, Fans: 40, Pump: 60},
{Id: 4, Min: 36, Max: 38, Mode: 0, Fans: 40, Pump: 60},
{Id: 5, Min: 38, Max: 40, Mode: 0, Fans: 40, Pump: 60},
{Id: 6, Min: 40, Max: 42, Mode: 0, Fans: 50, Pump: 60},
{Id: 7, Min: 42, Max: 44, Mode: 0, Fans: 60, Pump: 70},
Expand Down

0 comments on commit 97d525e

Please sign in to comment.