Skip to content

Instantly share code, notes, and snippets.

@bestpika
Last active February 6, 2023 00:25
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 bestpika/10678f8f5d3e9f2f5ba97ff68331ceba to your computer and use it in GitHub Desktop.
Save bestpika/10678f8f5d3e9f2f5ba97ff68331ceba to your computer and use it in GitHub Desktop.
Radar notification sample code
const pastValue = pastValues[-1].primaryValue
const diff = primaryValue - pastValue
notificationText = diff !== 0 ? `... ${primaryValue} (${diff})` : null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment