Skip to content

Instantly share code, notes, and snippets.

@vartana
Created November 4, 2016 21:47
Show Gist options
  • Save vartana/efa786aada39dc3b7d87b69af7960080 to your computer and use it in GitHub Desktop.
Save vartana/efa786aada39dc3b7d87b69af7960080 to your computer and use it in GitHub Desktop.
if(!hour >= settings.config.lightOn || !hour <= settings.config.lightOff) {
lightOn(data);
} else {
lightOff(data);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment