Created
July 23, 2016 14:44
-
-
Save madninja/4e125fd54d036a03604e9d2440a9846e to your computer and use it in GitHub Desktop.
helium sensor timeseries date filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ helium sensor timeseries list 3df4e2e0 --port t --start 2016-07-19 --end 2016-07-20 | |
+----------+--------------------------+------+-----------+ | |
| ID | TIMESTAMP | PORT | VALUE | | |
+----------+--------------------------+------+-----------+ | |
| 8d1a380a | 2016-07-19T23:57:38.814Z | t | 22.39506 | | |
| 2e9eb8a1 | 2016-07-19T23:52:38.811Z | t | 22.384932 | | |
... snipped ... | |
| d147e55b | 2016-07-19T22:27:38.694Z | t | 22.298845 | | |
| 7ed7d713 | 2016-07-19T22:22:38.691Z | t | 22.288717 | | |
+----------+--------------------------+------+----------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment