Adaptor.prototype.view = function(id, cb) {
  this.devices.view(id, this._defCb(cb));
};