Last active
April 26, 2017 15:05
-
-
Save stephendeyoung/828e8a6dba6241bd9b8368dd400e00fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
(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