Adaptor.prototype.create = function(params, cb) {
  this.devices.create(params, this._defCb(cb));
};