PinoccioLed.prototype.saveTorch = function(r, g, b) {
  var cmd = Util.format("led.savetorch(%s, %s, %s)", r, g, b);
  this.connection.command(cmd);
};