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 | |
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 --format csv sensor timeseries list 3df4e2e0 --page-size 5 | |
| id,timestamp,port,value | |
| 23ae1672,2016-07-20T15:12:38.753Z,h,49.09123 | |
| 608ff892,2016-07-20T15:12:38.752Z,p,100543.76 | |
| e0e2062b,2016-07-20T15:12:38.502Z,t,21.72662 | |
| 04996299,2016-07-20T15:12:38.01Z,l,0 | |
| 201b3388,2016-07-20T15:07:38.501Z,h,48.81309 |
OlderNewer