Skip to content

Instantly share code, notes, and snippets.

@ProbablePrime
Created August 24, 2016 23:24
Show Gist options
  • Save ProbablePrime/b7f4611589f67f1cf81ecc30185ba30c to your computer and use it in GitHub Desktop.
Save ProbablePrime/b7f4611589f67f1cf81ecc30185ba30c to your computer and use it in GitHub Desktop.
const Packets = require('beam-interactive-node/dist/robot/packets').default;
robot.send(new Packets.ProgressUpdate(
tactile: [new Packets.ProgressUpdate.TactileUpdate({
id: <id>,
cooldown: <cooldown>,
fired: <fired>,
progress: <progress>
})]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment