Driver.prototype.activateDevice = function(accountId, dId, code, callback) {
  this.connection.activateDevice(accountId, dId, code, callback);
};