Skip to content

Commit

Permalink
feat:
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Added support for area bases sensor value lookup
  • Loading branch information
aschuma committed Feb 6, 2018
1 parent 56d01d3 commit 41cf176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const _ = require("lodash");

"use strict";


const order = (data) => _.orderBy(data, "timestamp", "asc");

const reverse = (data) => _.reverse(data);
Expand Down

0 comments on commit 41cf176

Please sign in to comment.