Protect.prototype.write = function(key, value, callback) {
  this.connection.write(this.deviceKey + "/" + key, value, callback);
};