Skip to content

Instantly share code, notes, and snippets.

@videlais
Created October 14, 2016 03:09
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 videlais/840cd76c9ead50893249df7be25380ee to your computer and use it in GitHub Desktop.
Save videlais/840cd76c9ead50893249df7be25380ee to your computer and use it in GitHub Desktop.
var dash_button = require('node-dash-button');
var dash = dash_button("HARDWARE ADDRESS HERE", null, null, 'all');
dash.on("detected", function (){
console.log("Heard dash!");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment