Created
May 14, 2014 20:53
-
-
Save amcjen/c820ee589f6fe20b9c22 to your computer and use it in GitHub Desktop.
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
> function foo {power.hibernate(5000, "uptime.report"); }; | |
saved | |
> uptime.report | |
{"type":"uptime","millis":159890,"sleep":0,"random":-18558,"reset":"External"} | |
> foo | |
> {"type":"uptime","millis":161433,"sleep":5000,"random":-9528,"reset":"External"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment