Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Critelli committed Apr 1, 2016
2 parents e26ec6c + ff9d583 commit 4168b97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ HttpTemphum.prototype = {
// this.log(res.body);
// this.log(info);
this.temperature = Number( info.temperature );
this.humidity = Number( info.humidity );
callback(null, this.temperature);
}

Expand Down Expand Up @@ -93,4 +94,4 @@ HttpTemphum.prototype = {

return [temperatureService, humidityService];
}
};
};

0 comments on commit 4168b97

Please sign in to comment.