Skip to content

Instantly share code, notes, and snippets.

@amcjen
Created May 14, 2014 20:53
Show Gist options
  • Save amcjen/c820ee589f6fe20b9c22 to your computer and use it in GitHub Desktop.
Save amcjen/c820ee589f6fe20b9c22 to your computer and use it in GitHub Desktop.
> 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