Skip to content

Instantly share code, notes, and snippets.

@jezinka
Created August 29, 2018 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jezinka/8add727c725ce78caf03774d60909a2f to your computer and use it in GitHub Desktop.
Save jezinka/8add727c725ce78caf03774d60909a2f to your computer and use it in GitHub Desktop.
public boolean isSensorDead() {
return new Date().getTime() - this.timestamp > 3_600_000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment