mirror of https://github.com/mikaku/Monitorix.git
changed the name of the function
This commit is contained in:
parent
93740519d3
commit
9037d52245
|
@ -51,7 +51,7 @@ sub max {
|
|||
return $max;
|
||||
}
|
||||
|
||||
sub to_fahrenheit {
|
||||
sub celsius_to {
|
||||
my ($config, $celsius) = @_;
|
||||
|
||||
$celsius = $celsius || 0;
|
||||
|
|
Loading…
Reference in New Issue