Skip to content

Commit

Permalink
fix for dewPoint
Browse files Browse the repository at this point in the history
  • Loading branch information
hwestbrook committed Apr 3, 2019
1 parent 1ed66a9 commit 9f7aad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ var displayFormula = function displayFormula(
case 'dewPoint':
returnValue = dewPoint(
readingCurrent['128'],
readingCurrent['142'] / multiplierValue
readingCurrent[valueKey] / multiplierValue
);
returnValue = fromC(returnValue, context.tempConv, precisionValue);
break;
Expand Down

0 comments on commit 9f7aad4

Please sign in to comment.