Last active
December 4, 2019 03:58
-
-
Save rbotzer/93a1b59c50d2289533d1cef5269fe192 to your computer and use it in GitHub Desktop.
One day's data for a single sensor
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
print("\nGet sensor{} data for April 2nd".format(sensor_id)) | |
key = (namespace, set, "sensor{}-04-02".format(sensor_id)) | |
if options.interactive: | |
pause() | |
_, _, b = client.get(key) | |
pp.pprint(b["t"]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment