Could you please help me?
The line bellow returns the error "Class not found":
What could be?
shake.startWatch(
function () {
logger.error('device is being shaken');
}, 40, function (err) {
logger.error('device on error: ' + JSON.stringify(err));
});
Hello,
Could you please help me? The line bellow returns the error "Class not found": What could be?