device.setChassisId = function(chassisId, callback) {
    chassisId = utils.intToHexArray(chassisId, 2);
    return command(commands.getChassisId, chassisId, callback);
  };