Adaptor.prototype.getAllAttrs = function(aId, callback) {
  this._get("/accounts/" + aId + "/devices/attributes", null, callback);
};