Skip to content

Commit

Permalink
fix(Added 1h average lookup, changed the order of args of fetchSensor…
Browse files Browse the repository at this point in the history
…DataOfArea):

BREAKING CHANGE: Changed  order of args of fetchSensorDataOfArea
  • Loading branch information
aschuma committed Feb 7, 2018
1 parent 8592c83 commit 4e2ddc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,6 @@ var distance = 1.1;
sensor.lookupArea(latitude,longitude,distance).then(
data => console.log( data )
);
```

0 comments on commit 4e2ddc3

Please sign in to comment.