Skip to content

Instantly share code, notes, and snippets.

@stephendeyoung
Last active April 26, 2017 15:05
Show Gist options
  • Save stephendeyoung/828e8a6dba6241bd9b8368dd400e00fe to your computer and use it in GitHub Desktop.
Save stephendeyoung/828e8a6dba6241bd9b8368dd400e00fe to your computer and use it in GitHub Desktop.
/*
(c) Copyright Reserved EVRYTHNG Limited 2016. All rights reserved.
Use of this material is subject to license.
Copying and unauthorised use of this material strictly prohibited.
*/
const evtClient = new EVT.TrustedApp(apiKey);
function onThngPropertiesChanged(event) {
console.log('event: ', event);
}
exports.onThngPropertiesChanged = onThngPropertiesChanged;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment