Skip to content

Instantly share code, notes, and snippets.

@ElectricImpSampleCode
Last active September 10, 2018 10:51
Show Gist options
  • Save ElectricImpSampleCode/2352be2588a7ca1fb26e to your computer and use it in GitHub Desktop.
Save ElectricImpSampleCode/2352be2588a7ca1fb26e to your computer and use it in GitHub Desktop.
A code snippet that demonstrates server.sleepuntil().
// Set the deep sleep trigger to take place only when the imp is idle
imp.onidle(function {
// Tell the agent that the device will now sleep until quarter past midnight on Friday
server.sleepuntil(0, 15, 0, 5);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment